1 write to _kind
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
88_kind = kind;
5 references to _kind
Microsoft.CodeAnalysis.CSharp (5)
Declarations\SingleTypeDeclaration.cs (5)
101return _kind; 249(thisDecl._kind != otherDecl._kind) || 263if (thisDecl._kind == DeclarationKind.Enum || thisDecl._kind == DeclarationKind.Delegate)