16 writes to VerbatimTypeName
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\AddParameterDialogViewModel.cs (1)
177
VerbatimTypeName
= typeName;
Microsoft.VisualStudio.LanguageServices.UnitTests (15)
ChangeSignature\AddParameterViewModelTests.vb (15)
30
viewModel.
VerbatimTypeName
= "int"
35
viewModel.
VerbatimTypeName
= ""
40
viewModel.
VerbatimTypeName
= "int"
68
viewModel.
VerbatimTypeName
= "M"
82
viewModel.
VerbatimTypeName
= "MyClass"
96
viewModel.
VerbatimTypeName
= "MyClass<i"
110
viewModel.
VerbatimTypeName
= "MyClass<int>"
124
viewModel.
VerbatimTypeName
= ""
166
viewModel.
VerbatimTypeName
= typeName
243
viewModel.
VerbatimTypeName
= typeName
331
viewModel.
VerbatimTypeName
= "ref int"
335
viewModel.
VerbatimTypeName
= "this int"
339
viewModel.
VerbatimTypeName
= "this ref int"
343
viewModel.
VerbatimTypeName
= "out int"
347
viewModel.
VerbatimTypeName
= "params int[]"
2 references to VerbatimTypeName
Microsoft.VisualStudio.LanguageServices (2)
ChangeSignature\AddParameterDialogViewModel.cs (2)
125
if (string.IsNullOrEmpty(
VerbatimTypeName
) || string.IsNullOrEmpty(ParameterName))
131
if (TypeSymbol == null || !IsParameterTypeSyntacticallyValid(
VerbatimTypeName
))