3 writes to SelectedDocument
Microsoft.VisualStudio.LanguageServices (3)
GenerateType\GenerateTypeDialogViewModel.cs (3)
490this.SelectedDocument = _document; 503this.SelectedDocument = SelectedProject.Documents.FirstOrDefault(); 709this.SelectedDocument = document;
1 reference to SelectedDocument
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\VisualStudioGenerateTypeOptionsServiceFactory.cs (1)
78existingDocument: viewModel.SelectedDocument,