1 write to _previouslyPopulatedDocumentList
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\GenerateTypeDialogViewModel.cs (1)
508
_previouslyPopulatedDocumentList
= [];
6 references to _previouslyPopulatedDocumentList
Microsoft.VisualStudio.LanguageServices (6)
GenerateType\GenerateTypeDialogViewModel.cs (6)
504
return
_previouslyPopulatedDocumentList
;
514
_previouslyPopulatedDocumentList
.Add(new DocumentSelectItem(_document, "<Current File>"));
520
_previouslyPopulatedDocumentList
.AddRange(_document.Project.Documents
526
_previouslyPopulatedDocumentList
.AddRange(_selectedProject.Documents
533
this.IsExistingFileEnabled =
_previouslyPopulatedDocumentList
.Count == 0 ? false : true;
535
return
_previouslyPopulatedDocumentList
;