1 write to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalNamespaceCollection.cs (1)
37
_projectId
= projectId;
2 references to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalNamespaceCollection.cs (2)
45
_children = [.. ExternalNamespaceEnumerator.ChildrenOfNamespace(this.State,
_projectId
, _namespaceSymbolId)];
85
=> ExternalNamespaceEnumerator.Create(this.State,
_projectId
, _namespaceSymbolId);