7 references to MarkLabel
ILAssembler (7)
GrammarVisitor.cs (7)
2730
_currentMethod.Definition.MethodBody.
MarkLabel
(start, VisitInt32(offset).Value);
2795
_currentMethod.Definition.MethodBody.
MarkLabel
(start, VisitInt32(offsets[0]).Value);
2796
_currentMethod.Definition.MethodBody.
MarkLabel
(end, VisitInt32(offsets[1]).Value);
2966
_currentMethod.Definition.MethodBody.
MarkLabel
(label, _currentMethod.Definition.MethodBody.Offset + offset);
3174
_currentMethod.Definition.MethodBody.
MarkLabel
(label.Label, _currentMethod.Definition.MethodBody.Offset + offset);
4993
_currentMethod.Definition.MethodBody.
MarkLabel
(start, VisitInt32(offsets[0]).Value);
4994
_currentMethod.Definition.MethodBody.
MarkLabel
(end, VisitInt32(offsets[1]).Value);