1 instantiation of ExternalNamespaceEnumerator
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalNamespaceEnumerator.cs (1)
23
var newEnumerator = new
ExternalNamespaceEnumerator
(state, projectId, namespaceSymbolId);
3 references to ExternalNamespaceEnumerator
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\ExternalNamespaceCollection.cs (2)
45
_children = [..
ExternalNamespaceEnumerator
.ChildrenOfNamespace(this.State, _projectId, _namespaceSymbolId)];
85
=>
ExternalNamespaceEnumerator
.Create(this.State, _projectId, _namespaceSymbolId);
CodeModel\Collections\ExternalNamespaceEnumerator.cs (1)
23
var
newEnumerator = new ExternalNamespaceEnumerator(state, projectId, namespaceSymbolId);