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