1 write to SlotDebugInfo
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
54
this.
SlotDebugInfo
= slotDebugInfo;
4 references to SlotDebugInfo
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
1670
if (field.
SlotDebugInfo
.SynthesizedKind == SynthesizedLocalKind.AwaiterField)
1681
else if (!field.
SlotDebugInfo
.Id.IsNone)
1683
Debug.Assert(index >= 0 && field.
SlotDebugInfo
.SynthesizedKind.IsLongLived());
1691
hoistedVariables[index] = new EncHoistedLocalInfo(field.
SlotDebugInfo
, moduleBuilder.EncTranslateLocalVariableType(field.Type, diagnostics.DiagnosticBag));