7 references to Warning
Microsoft.TestPlatform.CoreUtilities (5)
Tracing\EqtTrace.cs (5)
136return TraceImpl.ShouldTrace(PlatformTraceLevel.Warning); 362if (TraceImpl.ShouldTrace(PlatformTraceLevel.Warning)) 364TraceImpl.WriteLine(PlatformTraceLevel.Warning, message); 424if (TraceImpl.ShouldTrace(PlatformTraceLevel.Warning)) 802case PlatformTraceLevel.Warning:
Microsoft.TestPlatform.PlatformAbstractions (2)
common\Tracing\PlatformEqtTrace.cs (2)
194case PlatformTraceLevel.Warning: 266case PlatformTraceLevel.Warning: