Base:
property
ILOffset
System.Reflection.Emit.ILGenerator.ILOffset
3 references to ILOffset
System.Reflection.Emit (3)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
441
scope._endOffset = il.
ILOffset
; // Outer most scope covers the entire method body, so haven't closed by the user.
System\Reflection\Emit\TypeBuilderImpl.cs (2)
151
if (body != null && body.
ILOffset
> 0)
156
else if ((body == null || body.
ILOffset
== 0) && !method._canBeRuntimeImpl)