2 implementations of LogWarning
vstest.console (1)
Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
18public void LogWarning(string message)
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
18public void LogWarning(string message)
1 reference to LogWarning
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
555warningLogger.LogWarning(stringBuilder.ToString());