1 write to _kind
Microsoft.CodeAnalysis (1)
Symbols\TypedConstant.cs (1)
29
_kind
= kind;
4 references to _kind
Microsoft.CodeAnalysis (4)
Symbols\TypedConstant.cs (4)
44
get { return
_kind
; }
137
if (
_kind
== TypedConstantKind.Error)
207
return
_kind
== other.
_kind