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