2 writes to _endOffset
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
778
_currentScope.
_endOffset
= _il.Offset;
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.
1 reference to _endOffset
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
518
constantList: MetadataTokens.LocalConstantHandle(1), scope._startOffset, scope.
_endOffset
- scope._startOffset);