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