1 implementation of SynthesizedKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
392
SynthesizedLocalKind ILocalSymbolInternal.
SynthesizedKind
1 reference to SynthesizedKind
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1859
var localKind = local.
SynthesizedKind
;