3 references to GetILBytes
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
492var il = peReader.GetMethodBody(rva).GetILBytes();
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();