Base:
property
ILOffset
System.Reflection.Emit.ILGenerator.ILOffset
4 references to ILOffset
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
325
current.MarkFilterAddr(
ILOffset
);
346
current.MarkCatchAddr(
ILOffset
, null);
362
current.MarkCatchAddr(
ILOffset
, exceptionType);
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
77
if (_ilGenerator == null || _ilGenerator.
ILOffset
== 0)