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