3 writes to Dispatches
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (3)
188Dispatches = New Dictionary(Of LabelSymbol, List(Of Integer))() 340Me.Dispatches = Nothing 383Me.Dispatches = oldDispatches
8 references to Dispatches
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (8)
187If Dispatches Is Nothing Then 192Dispatches.Add(resumeLabel, New List(Of Integer)() From {stateNumber}) 197''' Generates code that switches over states and jumps to the target labels listed in <see cref="Dispatches"/>. 203Dim sections = From kv In Dispatches 336Dim oldDispatches As Dictionary(Of LabelSymbol, List(Of Integer)) = Me.Dispatches 346If Me.Dispatches IsNot Nothing Then 355Me.Dispatches.Add(finalizer, New List(Of Integer)() From {Me._currentFinalizerState}) 377oldDispatches.Add(dispatchLabel, New List(Of Integer)(From kv In Dispatches.Values From n In kv Order By n Select n))