1 write to _document
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\GenerateTypeDialogViewModel.cs (1)
707_document = document;
8 references to _document
Microsoft.VisualStudio.LanguageServices (8)
GenerateType\GenerateTypeDialogViewModel.cs (8)
250if (isRootOfTheProject || this.SelectedProject != _document.Project) 259if (!TryGetImplicitFilePath(_document.FilePath, ServicesVSResources.DocumentPath_is_illegal, out implicitFilePath)) 399if (field != _document.Project) 484if (SelectedProject == _document.Project) 487_previouslyPopulatedDocumentList.Add(new DocumentSelectItem(_document, "<Current File>")); 490this.SelectedDocument = _document; 493_previouslyPopulatedDocumentList.AddRange(_document.Project.Documents 494.Where(d => d != _document && !d.IsGeneratedCode(CancellationToken.None))