1 instantiation of PrintLineDebugger
Microsoft.Build.Engine.OM.UnitTests (1)
PrintLineDebugger.cs (1)
116return new PrintLineDebugger(
6 references to PrintLineDebugger
Microsoft.Build.Engine.OM.UnitTests (6)
PrintLineDebugger.cs (6)
37public static Lazy<PrintLineDebugger> Default = 38new Lazy<PrintLineDebugger>(() => Create(null, null, false)); 40public static Lazy<PrintLineDebugger> DefaultWithProcessInfo = 41new Lazy<PrintLineDebugger>(() => Create(null, null, true)); 111public static PrintLineDebugger Create( 169ErrorUtilities.ThrowInternalError($"The writer from this {nameof(PrintLineDebugger)} instance differs from the static writer.");