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