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