1 write to VerbatimTypeName
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\AddParameterDialogViewModel.cs (1)
179
VerbatimTypeName
= typeName;
2 references to VerbatimTypeName
Microsoft.VisualStudio.LanguageServices (2)
ChangeSignature\AddParameterDialogViewModel.cs (2)
121
if (string.IsNullOrEmpty(
VerbatimTypeName
) || string.IsNullOrEmpty(ParameterName))
133
if (TypeSymbol == null || !IsParameterTypeSyntacticallyValid(
VerbatimTypeName
))