1 write to KickoffMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
33Me.KickoffMethod = kickoffMethod
6 references to KickoffMethod
Microsoft.CodeAnalysis.VisualBasic (6)
Compilation\MethodCompiler.vb (1)
1634kickoffMethod = stateMachineMethod.StateMachineType.KickoffMethod
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (2)
52Return KickoffMethod 69Dim kickoffType = KickoffMethod.ContainingType
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (3)
162Return Me.StateMachineType.KickoffMethod.CalculateLocalSyntaxOffset(localPosition, localTree) 173Return StateMachineType.KickoffMethod 209Dim kickoffMethod = StateMachineType.KickoffMethod