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