1 write to _previouslyPopulatedDocumentList
Microsoft.VisualStudio.LanguageServices (1)
GenerateType\GenerateTypeDialogViewModel.cs (1)
509
_previouslyPopulatedDocumentList
= new List<DocumentSelectItem>();
6 references to _previouslyPopulatedDocumentList
Microsoft.VisualStudio.LanguageServices (6)
GenerateType\GenerateTypeDialogViewModel.cs (6)
505
return
_previouslyPopulatedDocumentList
;
515
_previouslyPopulatedDocumentList
.Add(new DocumentSelectItem(_document, "<Current File>"));
521
_previouslyPopulatedDocumentList
.AddRange(_document.Project.Documents
527
_previouslyPopulatedDocumentList
.AddRange(_selectedProject.Documents
534
this.IsExistingFileEnabled =
_previouslyPopulatedDocumentList
.Count == 0 ? false : true;
536
return
_previouslyPopulatedDocumentList
;