13 references to Offset
System.Reflection.Emit (7)
System\Reflection\Emit\ILGeneratorImpl.cs (7)
45
_scope = new Scope(_il.
Offset
, parent: null);
84
public override int ILOffset => _il.
Offset
;
238
Scope newScope = new Scope(_il.
Offset
, _currentScope);
778
_currentScope._endOffset = _il.
Offset
;
792
labelInfo._position = _il.
Offset
;
831
sequencePoints.Add(new SequencePoint(_il.
Offset
, startLine, startColumn, endLine, endColumn));
835
sequencePoints = new List<SequencePoint> { new SequencePoint(_il.
Offset
, startLine, startColumn, endLine, endColumn) };
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (5)
396
GetBranchBuilder().AddBranch(
Offset
, label, instructionEndDisplacement, ilOffset, code);
425
int ilOffset =
Offset
;
454
int ilOffset =
Offset
;
464
int instructionEnd =
Offset
+ 4 * branchCount;
480
GetBranchBuilder().MarkLabel(
Offset
, label);
System\Reflection\Metadata\Ecma335\Encoding\SwitchInstructionEncoder.cs (1)
37
_encoder.LabelOperand(ILOpCode.Switch, label, _instructionEnd - _encoder.
Offset
, _ilOffset);