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)
270if (isRootOfTheProject || this.SelectedProject != _document.Project) 279if (!TryGetImplicitFilePath(_document.FilePath, ServicesVSResources.DocumentPath_is_illegal, out implicitFilePath)) 423if (_selectedProject != _document.Project) 512if (_selectedProject == _document.Project) 515_previouslyPopulatedDocumentList.Add(new DocumentSelectItem(_document, "<Current File>")); 518this.SelectedDocument = _document; 521_previouslyPopulatedDocumentList.AddRange(_document.Project.Documents 522.Where(d => d != _document && !d.IsGeneratedCode(CancellationToken.None))