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)
505return _previouslyPopulatedDocumentList; 515_previouslyPopulatedDocumentList.Add(new DocumentSelectItem(_document, "<Current File>")); 521_previouslyPopulatedDocumentList.AddRange(_document.Project.Documents 527_previouslyPopulatedDocumentList.AddRange(_selectedProject.Documents 534this.IsExistingFileEnabled = _previouslyPopulatedDocumentList.Count == 0 ? false : true; 536return _previouslyPopulatedDocumentList;