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