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)
1746If field.SlotDebugInfo.SynthesizedKind = SynthesizedLocalKind.AwaiterField Then 1754ElseIf Not field.SlotDebugInfo.Id.IsNone Then 1755Debug.Assert(index >= 0 AndAlso field.SlotDebugInfo.SynthesizedKind.IsLongLived()) 1762hoistedVariables(index) = New EncHoistedLocalInfo(field.SlotDebugInfo, moduleBuilder.EncTranslateLocalVariableType(field.Type, diagnostics))