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