2 types derived from StateMachineTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\AsyncRewriter\AsyncStateMachine.vb (1)
12
Inherits
StateMachineTypeSymbol
Lowering\IteratorRewriter\IteratorStateMachine.vb (1)
13
Inherits
StateMachineTypeSymbol
2 instantiations of StateMachineTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\AsyncRewriter\AsyncStateMachine.vb (1)
18
MyBase.
New
(slotAllocatorOpt,
Lowering\IteratorRewriter\IteratorStateMachine.vb (1)
25
MyBase.
New
(slotAllocatorOpt,
21 references to StateMachineTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (21)
Compilation\MethodCompiler.vb (3)
934
Dim statemachineTypeOpt As
StateMachineTypeSymbol
= Nothing
1478
Dim stateMachineTypeOpt As
StateMachineTypeSymbol
= Nothing
1567
stateMachineTypeOpt As
StateMachineTypeSymbol
,
Compilation\TypeCompilationState.vb (3)
30
Public ReadOnly StateMachineType As
StateMachineTypeSymbol
35
stateMachineType As
StateMachineTypeSymbol
,
103
stateMachineType As
StateMachineTypeSymbol
,
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
878
<Out> ByRef stateMachineType As
StateMachineTypeSymbol
) As BoundBlock
1107
Dim stateMachineType As
StateMachineTypeSymbol
= Nothing
Lowering\Rewriter.vb (3)
32
<Out> ByRef stateMachineTypeOpt As
StateMachineTypeSymbol
,
131
<Out> ByRef stateMachineTypeOpt As
StateMachineTypeSymbol
) As BoundBlock
160
stateMachineTypeOpt = If(iteratorStateMachine, DirectCast(asyncStateMachine,
StateMachineTypeSymbol
))
Lowering\StateMachineRewriter\StateMachineRewriter.vb (4)
41
stateMachineType As
StateMachineTypeSymbol
,
440
Dim result As New SynthesizedStateMachineDebuggerNonUserCodeMethod(DirectCast(Me.F.CurrentType,
StateMachineTypeSymbol
),
467
Dim prop As New SynthesizedStateMachineProperty(DirectCast(Me.F.CurrentType,
StateMachineTypeSymbol
),
507
Dim result As New SynthesizedStateMachineMoveNextMethod(DirectCast(Me.F.CurrentType,
StateMachineTypeSymbol
),
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (5)
29
Protected Sub New(stateMachineType As
StateMachineTypeSymbol
,
60
Public ReadOnly Property StateMachineType As
StateMachineTypeSymbol
62
Return DirectCast(ContainingSymbol,
StateMachineTypeSymbol
)
187
Friend Sub New(stateMachineType As
StateMachineTypeSymbol
,
239
Friend Sub New(stateMachineType As
StateMachineTypeSymbol
,
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (1)
23
Friend Sub New(stateMachineType As
StateMachineTypeSymbol
,