1 override of MarkSequencePoint
System.Core (1)
Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs (1)
59
internal override void
MarkSequencePoint
(LambdaExpression method, MethodBase methodBase, ILGenerator ilg, DebugInfoExpression sequencePoint) {
1 reference to MarkSequencePoint
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
761
_tree.DebugInfoGenerator.
MarkSequencePoint
(_lambda, _method, _ilg, node);