1 implementation of SynthesizedKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
392
SynthesizedLocalKind ILocalSymbolInternal.
SynthesizedKind
2 references to SynthesizedKind
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotManager.cs (1)
275
if (localDef != null && localDef.SymbolOpt?.
SynthesizedKind
.IsSlotReusable(optimizations) != false)
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1859
var localKind = local.
SynthesizedKind
;