DebugInfoGenerator::MarkSequencePoint Method (LambdaExpression^, Int32, DebugInfoExpression^)

 

Marks a sequence point in Microsoft intermediate language (MSIL) code.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

public:
virtual void MarkSequencePoint(
	LambdaExpression^ method,
	int ilOffset,
	DebugInfoExpression^ sequencePoint
) abstract

Parameters

method
Type: System.Linq.Expressions::LambdaExpression^

The lambda expression that is generated.

ilOffset
Type: System::Int32

The offset within MSIL code at which to mark the sequence point.

sequencePoint
Type: System.Linq.Expressions::DebugInfoExpression^

Debug information that corresponds to the sequence point.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: