1 write to _kind
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
79_kind = kind;
5 references to _kind
Microsoft.CodeAnalysis.CSharp (5)
Declarations\SingleTypeDeclaration.cs (5)
92return _kind; 238(thisDecl._kind != otherDecl._kind) || 252if (thisDecl._kind == DeclarationKind.Enum || thisDecl._kind == DeclarationKind.Delegate)