1 write to _nodeKey
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\NamespaceCollection.cs (1)
46_nodeKey = nodeKey;
2 references to _nodeKey
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\NamespaceCollection.cs (2)
56get { return _nodeKey == SyntaxNodeKey.Empty; } 63return FileCodeModel.LookupNode(_nodeKey);