1 instantiation of PrintLineDebugger
Microsoft.Build.Utilities.Core (1)
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
100return new PrintLineDebugger(
6 references to PrintLineDebugger
Microsoft.Build.Utilities.Core (6)
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (6)
24public static Lazy<PrintLineDebugger> Default = 25new Lazy<PrintLineDebugger>(() => Create(null, null, false)); 27public static Lazy<PrintLineDebugger> DefaultWithProcessInfo = 28new Lazy<PrintLineDebugger>(() => Create(null, null, true)); 95public static PrintLineDebugger Create( 151Assumed.Equal(staticWriter, _writerSetByThisInstance, $"The writer from this {nameof(PrintLineDebugger)} instance differs from the static writer.");