System.Runtime.CompilerServices.DebugInfoGenerator.MarkSequencePoint C# (CSharp) Méthode

MarkSequencePoint() private méthode

private MarkSequencePoint ( LambdaExpression method, MethodBase methodBase, ILGenerator ilg, DebugInfoExpression sequencePoint ) : void
method System.Linq.Expressions.LambdaExpression
methodBase System.Reflection.MethodBase
ilg System.Reflection.Emit.ILGenerator
sequencePoint System.Linq.Expressions.DebugInfoExpression
Résultat void
        internal virtual void MarkSequencePoint(LambdaExpression method, MethodBase methodBase, ILGenerator ilg, DebugInfoExpression sequencePoint)
        {
            MarkSequencePoint(method, ilg.ILOffset, sequencePoint);
        }

Same methods

DebugInfoGenerator::MarkSequencePoint ( LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint ) : void