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