2 types derived from StateMachineTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\AsyncRewriter\AsyncStateMachine.vb (1)
12Inherits StateMachineTypeSymbol
Lowering\IteratorRewriter\IteratorStateMachine.vb (1)
13Inherits StateMachineTypeSymbol
21 references to StateMachineTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (21)
Compilation\MethodCompiler.vb (3)
943Dim statemachineTypeOpt As StateMachineTypeSymbol = Nothing 1498Dim stateMachineTypeOpt As StateMachineTypeSymbol = Nothing 1599stateMachineTypeOpt As StateMachineTypeSymbol,
Compilation\TypeCompilationState.vb (3)
30Public ReadOnly StateMachineType As StateMachineTypeSymbol 35stateMachineType As StateMachineTypeSymbol, 103stateMachineType As StateMachineTypeSymbol,
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
898<Out> ByRef stateMachineType As StateMachineTypeSymbol) As BoundBlock 1155Dim stateMachineType As StateMachineTypeSymbol = Nothing
Lowering\Rewriter.vb (3)
33<Out> ByRef stateMachineTypeOpt As StateMachineTypeSymbol, 133<Out> ByRef stateMachineTypeOpt As StateMachineTypeSymbol) As BoundBlock 162stateMachineTypeOpt = If(iteratorStateMachine, DirectCast(asyncStateMachine, StateMachineTypeSymbol))
Lowering\StateMachineRewriter\StateMachineRewriter.vb (4)
41stateMachineType As StateMachineTypeSymbol, 440Dim result As New SynthesizedStateMachineDebuggerNonUserCodeMethod(DirectCast(Me.F.CurrentType, StateMachineTypeSymbol), 467Dim prop As New SynthesizedStateMachineProperty(DirectCast(Me.F.CurrentType, StateMachineTypeSymbol), 507Dim result As New SynthesizedStateMachineMoveNextMethod(DirectCast(Me.F.CurrentType, StateMachineTypeSymbol),
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (5)
29Protected Sub New(stateMachineType As StateMachineTypeSymbol, 60Public ReadOnly Property StateMachineType As StateMachineTypeSymbol 62Return DirectCast(ContainingSymbol, StateMachineTypeSymbol) 187Friend Sub New(stateMachineType As StateMachineTypeSymbol, 239Friend Sub New(stateMachineType As StateMachineTypeSymbol,
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (1)
23Friend Sub New(stateMachineType As StateMachineTypeSymbol,