1 type derived from DebugInfoGenerator
System.Core (1)
Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs (1)
42
internal sealed class SymbolDocumentGenerator :
DebugInfoGenerator
{
8 references to DebugInfoGenerator
System.Core (8)
Microsoft\Scripting\Ast\LambdaExpression.cs (4)
137
public Delegate Compile(
DebugInfoGenerator
debugInfoGenerator) {
165
public void CompileToMethod(MethodBuilder method,
DebugInfoGenerator
debugInfoGenerator) {
170
private void CompileToMethodInternal(MethodBuilder method,
DebugInfoGenerator
debugInfoGenerator) {
208
public new TDelegate Compile(
DebugInfoGenerator
debugInfoGenerator) {
Microsoft\Scripting\Compiler\AnalyzedTree.cs (1)
31
internal
DebugInfoGenerator
DebugInfoGenerator { get; set; }
Microsoft\Scripting\Compiler\DebugInfoGenerator.cs (1)
45
public static
DebugInfoGenerator
CreatePdbGenerator() {
Microsoft\Scripting\Compiler\LambdaCompiler.cs (2)
200
internal static Delegate Compile(LambdaExpression lambda,
DebugInfoGenerator
debugInfoGenerator) {
222
internal static void Compile(LambdaExpression lambda, MethodBuilder method,
DebugInfoGenerator
debugInfoGenerator) {