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