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)
250
if (isRootOfTheProject || this.SelectedProject !=
_document
.Project)
259
if (!TryGetImplicitFilePath(
_document
.FilePath, ServicesVSResources.DocumentPath_is_illegal, out implicitFilePath))
399
if (field !=
_document
.Project)
484
if (SelectedProject ==
_document
.Project)
487
_previouslyPopulatedDocumentList.Add(new DocumentSelectItem(
_document
, "<Current File>"));
490
this.SelectedDocument =
_document
;
493
_previouslyPopulatedDocumentList.AddRange(
_document
.Project.Documents
494
.Where(d => d !=
_document
&& !d.IsGeneratedCode(CancellationToken.None))