1 write to _kind
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
93
_kind
= kind;
4 references to _kind
Microsoft.CodeAnalysis.CSharp (4)
Declarations\SingleTypeDeclaration.cs (4)
106
return
_kind
;
262
(thisDecl.
_kind
!= otherDecl.
_kind
) ||
276
if (thisDecl.
_kind
is DeclarationKind.Enum or DeclarationKind.Delegate or DeclarationKind.Extension)