2 instantiations of GenerateTypeDialogViewModel
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\VisualStudioGenerateTypeOptionsServiceFactory.cs (1)
47var viewModel = new GenerateTypeDialogViewModel(
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
GenerateType\GenerateTypeViewModelTests.vb (1)
855Return New GenerateTypeDialogViewModel(
4 references to GenerateTypeDialogViewModel
Microsoft.VisualStudio.LanguageServices (3)
GenerateType\GenerateTypeDialog.xaml.cs (2)
20private readonly GenerateTypeDialogViewModel _viewModel; 36public GenerateTypeDialog(GenerateTypeDialogViewModel viewModel)
GenerateType\VisualStudioGenerateTypeOptionsServiceFactory.cs (1)
47var viewModel = new GenerateTypeDialogViewModel(
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
GenerateType\GenerateTypeViewModelTests.vb (1)
835Optional projectRootFilePath As String = Nothing) As Tasks.Task(Of GenerateTypeDialogViewModel)