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);