2 references to ChildrenOfNamespace
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalNamespaceCollection.cs (1)
45
_children = [.. ExternalNamespaceEnumerator.
ChildrenOfNamespace
(this.State, _projectId, _namespaceSymbolId)];
CodeModel\Collections\ExternalNamespaceEnumerator.cs (1)
33
_childEnumerator =
ChildrenOfNamespace
(state, projectId, namespaceSymbolId).GetEnumerator();