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