15 implementations of LogWarning
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestEventsRegistrar.cs (1)
61public void LogWarning(string? message)
vstest.console (7)
HandlerToEventsRegistrarAdapter.cs (2)
41public void LogWarning(string message) 92public void LogWarning(string message)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
207public void LogWarning(string message)
Processors\ListTestsArgumentProcessor.cs (1)
203public void LogWarning(string message)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
307public void LogWarning(string message) 336public void LogWarning(string message)
Processors\RunTestsArgumentProcessor.cs (1)
195public void LogWarning(string message)
vstest.console.arm64 (7)
src\vstest\src\vstest.console\HandlerToEventsRegistrarAdapter.cs (2)
41public void LogWarning(string message) 92public void LogWarning(string message)
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
207public void LogWarning(string message)
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
203public void LogWarning(string message)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (2)
307public void LogWarning(string message) 336public void LogWarning(string message)
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
195public void LogWarning(string message)
6 references to LogWarning
vstest.console (3)
Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
20_testEventsRegistrar.LogWarning(message);
TestPlatformHelpers\TestRequestManager.cs (2)
1058registrar?.LogWarning(incompatibleSettingWarning); 1159registrar?.LogWarning(Resources.Resources.Framework35NotSupported);
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
20_testEventsRegistrar.LogWarning(message);
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
1058registrar?.LogWarning(incompatibleSettingWarning); 1159registrar?.LogWarning(Resources.Resources.Framework35NotSupported);