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