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)
56
get { return
_nodeKey
== SyntaxNodeKey.Empty; }
63
return FileCodeModel.LookupNode(
_nodeKey
);