Base:
property
SynthesizedKind
Microsoft.CodeAnalysis.CSharp.Symbols.LocalSymbol.SynthesizedKind
6 references to SynthesizedKind
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\CodeGenerator.cs (2)
183
kind: localSymbol.
SynthesizedKind
,
185
pdbAttributes: localSymbol.
SynthesizedKind
.PdbAttributes(),
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (4)
493
Debug.Assert(local.
SynthesizedKind
== SynthesizedLocalKind.Spill ||
494
(local.
SynthesizedKind
== SynthesizedLocalKind.ForEachArray && local.Type.HasInlineArrayAttribute(out _) && local.Type.TryGetInlineArrayElementField() is object));
497
Debug.Assert(local.
SynthesizedKind
switch
517
Debug.Assert(local.
SynthesizedKind
switch