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