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