2 types derived from SynthesizedStateMachineMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (2)
183
Inherits
SynthesizedStateMachineMethod
237
Inherits
SynthesizedStateMachineMethod
3 references to SynthesizedStateMachineMethod
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitStatement.vb (1)
1324
TypeOf _method Is
SynthesizedStateMachineMethod
Then
Compilation\MethodCompiler.vb (1)
1631
Dim stateMachineMethod = TryCast(method,
SynthesizedStateMachineMethod
)
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (1)
20
Private ReadOnly _getter As
SynthesizedStateMachineMethod