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