ReSharper Curiosity: "El parámetro solo se usa para verificaciones de condiciones previas".

¿Por qué ReSharper me juzga por este código? private Control GetCorrespondingInputControl(SupportedType supportedType, object settingValue) { this.ValidateCorrespondingValueType(supportedType, settingValue); switch(supportedType) { case SupportedType.String: return new TextBox { Text =...