4 references to GetILBytes
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
32byte[] _alternateILStream = _methodBody.GetILBytes();
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
61Interlocked.CompareExchange(ref _ilBytes, _methodBody.GetILBytes(), null);
System.Reflection.Metadata (1)
System\Reflection\Metadata\IL\MethodBodyBlock.cs (1)
74byte[]? bytes = GetILBytes();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
27protected sealed override byte[]? ComputeIL() => Block.GetILBytes();