Base:
property
SynthesizedKind
Microsoft.CodeAnalysis.CSharp.Symbols.LocalSymbol.SynthesizedKind
4 references to SynthesizedKind
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\CodeGenerator.cs (2)
183
kind: localSymbol.
SynthesizedKind
,
185
pdbAttributes: localSymbol.
SynthesizedKind
.PdbAttributes(),
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (1)
81
if (variable is SynthesizedLocal local && local.
SynthesizedKind
== SynthesizedLocalKind.Spill)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
492
Debug.Assert(local.
SynthesizedKind
== SynthesizedLocalKind.Spill);