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