2 references to TryGetStateMachineType
ILCompiler.Compiler (2)
Compiler\Dataflow\CompilerGeneratedState.cs (1)
249
if (
TryGetStateMachineType
(method, out MetadataType? stateMachineType))
Compiler\Dataflow\InterproceduralState.cs (1)
77
if (CompilerGeneratedState.
TryGetStateMachineType
(methodBody.OwningMethod, out MetadataType? stateMachineType))