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