9 references to Error
Microsoft.TestPlatform.CoreUtilities (7)
Tracing\EqtTrace.cs (7)
103
return TraceImpl.ShouldTrace(PlatformTraceLevel.
Error
);
207
if (TraceImpl.ShouldTrace(PlatformTraceLevel.
Error
))
209
TraceImpl.WriteLine(PlatformTraceLevel.
Error
, message);
269
if (TraceImpl.ShouldTrace(PlatformTraceLevel.
Error
))
348
if (TraceImpl.ShouldTrace(PlatformTraceLevel.
Error
))
351
TraceImpl.WriteLine(PlatformTraceLevel.
Error
, FormatException(exceptionToTrace));
799
case PlatformTraceLevel.
Error
:
Microsoft.TestPlatform.PlatformAbstractions (2)
common\Tracing\PlatformEqtTrace.cs (2)
192
case PlatformTraceLevel.
Error
:
264
case PlatformTraceLevel.
Error
: