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