1 write to SlotDebugInfo
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\StateMachineRewriter\StateMachineFieldSymbol.vb (1)
85Me.SlotDebugInfo = slotDebugInfo
4 references to SlotDebugInfo
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\MethodCompiler.vb (4)
1745If field.SlotDebugInfo.SynthesizedKind = SynthesizedLocalKind.AwaiterField Then 1753ElseIf Not field.SlotDebugInfo.Id.IsNone Then 1754Debug.Assert(index >= 0 AndAlso field.SlotDebugInfo.SynthesizedKind.IsLongLived()) 1761hoistedVariables(index) = New EncHoistedLocalInfo(field.SlotDebugInfo, moduleBuilder.EncTranslateLocalVariableType(field.Type, diagnostics))