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