2 references to IsParameterTypeSyntacticallyValid
Microsoft.VisualStudio.LanguageServices (2)
ChangeSignature\AddParameterDialogViewModel.cs (2)
139if (TypeSymbol == null || !IsParameterTypeSyntacticallyValid(VerbatimTypeName)) 213else if (!IsParameterTypeSyntacticallyValid(typeName) || TypeSymbol == null)