5 references to DebugInfoGenerator
netstandard (1)
netstandard.cs (1)
1522[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DebugInfoGenerator))]
System.Core (1)
System.Core.cs (1)
187[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DebugInfoGenerator))]
System.Linq.Expressions (3)
System\Linq\Expressions\LambdaExpression.cs (2)
188public Delegate Compile(DebugInfoGenerator debugInfoGenerator) 329public new TDelegate Compile(DebugInfoGenerator debugInfoGenerator)
System\Runtime\CompilerServices\DebugInfoGenerator.cs (1)
21public static DebugInfoGenerator CreatePdbGenerator()