1 write to _document
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\GenerateTypeDialogViewModel.cs (1)
749_document = document;
8 references to _document
Microsoft.VisualStudio.LanguageServices (8)
GenerateType\GenerateTypeDialogViewModel.cs (8)
269if (isRootOfTheProject || this.SelectedProject != _document.Project) 278if (!TryGetImplicitFilePath(_document.FilePath, ServicesVSResources.DocumentPath_is_illegal, out implicitFilePath)) 422if (_selectedProject != _document.Project) 511if (_selectedProject == _document.Project) 514_previouslyPopulatedDocumentList.Add(new DocumentSelectItem(_document, "<Current File>")); 517this.SelectedDocument = _document; 520_previouslyPopulatedDocumentList.AddRange(_document.Project.Documents 521.Where(d => d != _document && !d.IsGeneratedCode(CancellationToken.None))