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