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