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