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