1 instantiation of PrintLineDebugger
MSBuild (1)
PrintLineDebugger.cs (1)
110return new PrintLineDebugger(
6 references to PrintLineDebugger
MSBuild (6)
PrintLineDebugger.cs (6)
35public static Lazy<PrintLineDebugger> Default = 36new Lazy<PrintLineDebugger>(() => Create(null, null, false)); 38public static Lazy<PrintLineDebugger> DefaultWithProcessInfo = 39new Lazy<PrintLineDebugger>(() => Create(null, null, true)); 105public static PrintLineDebugger Create( 161ErrorUtilities.ThrowInternalError($"The writer from this {nameof(PrintLineDebugger)} instance differs from the static writer.");