6 references to Block
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (6)
23public sealed override bool InitLocals => Block.LocalVariablesInitialized; 24public sealed override int MaxStackSize => Block.MaxStack; 25public sealed override int LocalSignatureMetadataToken => Block.LocalSignature.GetToken(); 27protected sealed override byte[]? ComputeIL() => Block.GetILBytes(); 35StandaloneSignatureHandle sigHandle = Block.LocalSignature; 62ImmutableArray<ExceptionRegion> regions = Block.ExceptionRegions;