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