1 write to _kind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedLocal.cs (1)
56
_kind
= kind;
3 references to _kind
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedLocal.cs (3)
115
get { return
_kind
; }
210
builder.Append(
_kind
.ToString());
221
builder.Append(
_kind
.ToString());