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