1 write to _nodeKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\AbstractCodeElement.cs (1)
36
_nodeKind
= nodeKind;
2 references to _nodeKind
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\AbstractCodeElement.cs (2)
64
if (
_nodeKind
!= null &&
65
_nodeKind
.Value != node.RawKind)