4 references to StateMachineType
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (1)
1531kickoffMethod = stateMachineMethod.StateMachineType.KickoffMethod;
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (3)
48get { return StateMachineType.KickoffMethod; } 53return this.StateMachineType.KickoffMethod.CalculateLocalSyntaxOffset(localPosition, localTree); 79var kickoffMethod = StateMachineType.KickoffMethod;