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
21 references to StateMachineTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (21)
Compilation\MethodCompiler.vb (3)
943
Dim statemachineTypeOpt As
StateMachineTypeSymbol
= Nothing
1498
Dim stateMachineTypeOpt As
StateMachineTypeSymbol
= Nothing
1599
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)
898
<Out> ByRef stateMachineType As
StateMachineTypeSymbol
) As BoundBlock
1155
Dim stateMachineType As
StateMachineTypeSymbol
= Nothing
Lowering\Rewriter.vb (3)
33
<Out> ByRef stateMachineTypeOpt As
StateMachineTypeSymbol
,
133
<Out> ByRef stateMachineTypeOpt As
StateMachineTypeSymbol
) As BoundBlock
162
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
,