1 instantiation of PrintLineDebugger
Microsoft.Build.Utilities.Core (1)
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
110return new PrintLineDebugger(
6 references to PrintLineDebugger
Microsoft.Build.Utilities.Core (6)
src\msbuild\src\Shared\Debugging\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)); 105public static PrintLineDebugger Create( 161Assumed.Equal(staticWriter, _writerSetByThisInstance, $"The writer from this {nameof(PrintLineDebugger)} instance differs from the static writer.");