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