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)
269
if (isRootOfTheProject || this.SelectedProject !=
_document
.Project)
278
if (!TryGetImplicitFilePath(
_document
.FilePath, ServicesVSResources.DocumentPath_is_illegal, out implicitFilePath))
422
if (_selectedProject !=
_document
.Project)
511
if (_selectedProject ==
_document
.Project)
514
_previouslyPopulatedDocumentList.Add(new DocumentSelectItem(
_document
, "<Current File>"));
517
this.SelectedDocument =
_document
;
520
_previouslyPopulatedDocumentList.AddRange(
_document
.Project.Documents
521
.Where(d => d !=
_document
&& !d.IsGeneratedCode(CancellationToken.None))