System.Runtime.CompilerServices.DebugInfoGenerator
namespace System.Runtime.CompilerServices
{
public abstract class DebugInfoGenerator
{
protected DebugInfoGenerator();
public static DebugInfoGenerator CreatePdbGenerator();
public abstract void MarkSequencePoint(LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint);
}
}