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