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)
106return _kind; 262(thisDecl._kind != otherDecl._kind) || 276if (thisDecl._kind is DeclarationKind.Enum or DeclarationKind.Delegate or DeclarationKind.Extension)