ReSharper Curiosity: „Parametr jest używany tylko do sprawdzania warunków wstępnych”.

Dlaczego ReSharper ocenia mnie za ten kod? private Control GetCorrespondingInputControl(SupportedType supportedType, object settingValue) { this.ValidateCorrespondingValueType(supportedType, settingValue); switch(supportedType) { case SupportedType.String: return new TextBox { Text =...