1 write to _previouslyPopulatedDocumentList
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\GenerateTypeDialogViewModel.cs (1)
481
_previouslyPopulatedDocumentList
= [];
6 references to _previouslyPopulatedDocumentList
Microsoft.VisualStudio.LanguageServices (6)
GenerateType\GenerateTypeDialogViewModel.cs (6)
477
return
_previouslyPopulatedDocumentList
;
487
_previouslyPopulatedDocumentList
.Add(new DocumentSelectItem(_document, "<Current File>"));
493
_previouslyPopulatedDocumentList
.AddRange(_document.Project.Documents
499
_previouslyPopulatedDocumentList
.AddRange(SelectedProject.Documents
506
this.IsExistingFileEnabled =
_previouslyPopulatedDocumentList
.Count == 0 ? false : true;
508
return
_previouslyPopulatedDocumentList
;