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