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