1 instantiation of PrintLineDebugger
Microsoft.Build.Utilities.Core (1)
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
110
return new
PrintLineDebugger
(
6 references to PrintLineDebugger
Microsoft.Build.Utilities.Core (6)
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (6)
37
public static Lazy<
PrintLineDebugger
> Default =
38
new Lazy<
PrintLineDebugger
>(() => Create(null, null, false));
40
public static Lazy<
PrintLineDebugger
> DefaultWithProcessInfo =
41
new Lazy<
PrintLineDebugger
>(() => Create(null, null, true));
105
public static
PrintLineDebugger
Create(
161
Assumed.Equal(staticWriter, _writerSetByThisInstance, $"The writer from this {nameof(
PrintLineDebugger
)} instance differs from the static writer.");