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