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