3 writes to Dispatches
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (3)
188
Dispatches
= New Dictionary(Of LabelSymbol, List(Of Integer))()
340
Me.
Dispatches
= Nothing
383
Me.
Dispatches
= oldDispatches
8 references to Dispatches
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (8)
187
If
Dispatches
Is Nothing Then
192
Dispatches
.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
"/>.
203
Dim sections = From kv In
Dispatches
336
Dim oldDispatches As Dictionary(Of LabelSymbol, List(Of Integer)) = Me.
Dispatches
346
If Me.
Dispatches
IsNot Nothing Then
355
Me.
Dispatches
.Add(finalizer, New List(Of Integer)() From {Me._currentFinalizerState})
377
oldDispatches.Add(dispatchLabel, New List(Of Integer)(From kv In
Dispatches
.Values From n In kv Order By n Select n))