3 writes to SelectedDocument
Microsoft.VisualStudio.LanguageServices (3)
GenerateType\GenerateTypeDialogViewModel.cs (3)
517this.SelectedDocument = _document; 530this.SelectedDocument = _selectedProject.Documents.FirstOrDefault(); 751this.SelectedDocument = document;
1 reference to SelectedDocument
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\VisualStudioGenerateTypeOptionsServiceFactory.cs (1)
78existingDocument: viewModel.SelectedDocument,