14 return new SymbolDocumentGenerator();
28 internal virtual void SetLocalName(
LocalBuilder localBuilder,
string name)
Emits or clears a sequence point for debug information. This allows the debugger to highlight the cor...
virtual int ILOffset
Gets the current offset, in bytes, in the Microsoft intermediate language (MSIL) stream that is being...
Generates debug information for lambda expressions in an expression tree.
Generates Microsoft intermediate language (MSIL) instructions.
Represents a local variable within a method or constructor.
Provides information about methods and constructors.
abstract void MarkSequencePoint(LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint)
Marks a sequence point in Microsoft intermediate language (MSIL) code.
Describes a lambda expression. This captures a block of code that is similar to a ....
static DebugInfoGenerator CreatePdbGenerator()
Creates a program database (PDB) symbol generator.