5 references to InstrumentationPrefixByteCount
ILCompiler.Compiler (5)
Compiler\ReachabilityInstrumentationProvider.cs (5)
97
region.TryOffset +
InstrumentationPrefixByteCount
, region.TryLength,
98
region.HandlerOffset +
InstrumentationPrefixByteCount
, region.HandlerLength,
100
region.Kind == ILExceptionRegionKind.Filter ? region.FilterOffset +
InstrumentationPrefixByteCount
: 0);
110
byte[] newBytes = new byte[originalBytes.Length +
InstrumentationPrefixByteCount
];
115
Array.Copy(originalBytes, 0, newBytes,
InstrumentationPrefixByteCount
, originalBytes.Length);