1 override of MarkSequencePoint
System.Core (1)
Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs (1)
66public override void MarkSequencePoint(LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint) {
1 reference to MarkSequencePoint
System.Core (1)
Microsoft\Scripting\Compiler\DebugInfoGenerator.cs (1)
58MarkSequencePoint(method, ilg.ILOffset, sequencePoint);