8 writes to TypeName
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
CommonControls\NewTypeDestinationSelectionViewModelTests.vb (6)
39
viewModel.
TypeName
= "IMyClassChanged"
114
viewModel.
TypeName
= "IMyClassChanged"
133
viewModel.
TypeName
= " IC2 "
151
viewModel.
TypeName
= "IMyClassChanged"
172
viewModel.
TypeName
= "IMyClassChanged"
188
viewModel.
TypeName
= " IC2 "
ExtractInterface\ExtractInterfaceViewModelTests.vb (2)
47
viewModel.DestinationViewModel.
TypeName
= " IC2 "
127
viewModel.DestinationViewModel.
TypeName
= "SomeNamespace.IMyClass"
5 references to TypeName
Microsoft.VisualStudio.LanguageServices (3)
CommonControls\NewTypeDestinationSelectionViewModel.cs (1)
113
var trimmedName =
TypeName
.Trim();
ExtractClass\VisualStudioExtractClassOptionsService.cs (1)
105
viewModel.DestinationViewModel.
TypeName
,
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
95
interfaceName: viewModel.DestinationViewModel.
TypeName
.Trim(),
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CommonControls\NewTypeDestinationSelectionViewModelTests.vb (2)
33
Assert.Equal("IMyClass", viewModel.
TypeName
)
207
Assert.Equal("IMyClass", viewModel.
TypeName
)