DebugInfoGenerator.MarkSequencePoint Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Marks a sequence point in Microsoft intermediate language (MSIL) code.
Namespace: System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public MustOverride Sub MarkSequencePoint ( _
method As LambdaExpression, _
ilOffset As Integer, _
sequencePoint As DebugInfoExpression _
)
public abstract void MarkSequencePoint(
LambdaExpression method,
int ilOffset,
DebugInfoExpression sequencePoint
)
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.