7 references to MarkLabel
ILAssembler (7)
GrammarVisitor.cs (7)
3082
_currentMethod.Definition.MethodBody.
MarkLabel
(start, VisitInt32(offset).Value);
3154
_currentMethod.Definition.MethodBody.
MarkLabel
(start, VisitInt32(offsets[0]).Value);
3155
_currentMethod.Definition.MethodBody.
MarkLabel
(end, VisitInt32(offsets[1]).Value);
3340
_currentMethod.Definition.MethodBody.
MarkLabel
(label, _currentMethod.Definition.MethodBody.Offset + offset);
3568
_currentMethod.Definition.MethodBody.
MarkLabel
(label.Label, _currentMethod.Definition.MethodBody.Offset + offset);
5585
_currentMethod.Definition.MethodBody.
MarkLabel
(start, VisitInt32(offsets[0]).Value);
5586
_currentMethod.Definition.MethodBody.
MarkLabel
(end, VisitInt32(offsets[1]).Value);