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