15 implementations of LogWarning
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestEventsRegistrar.cs (1)
61
public void
LogWarning
(string? message)
vstest.console (7)
HandlerToEventsRegistrarAdapter.cs (2)
41
public void
LogWarning
(string message)
92
public void
LogWarning
(string message)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
216
public void
LogWarning
(string message)
Processors\ListTestsArgumentProcessor.cs (1)
212
public void
LogWarning
(string message)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
316
public void
LogWarning
(string message)
347
public void
LogWarning
(string message)
Processors\RunTestsArgumentProcessor.cs (1)
206
public void
LogWarning
(string message)
vstest.console.arm64 (7)
src\vstest\src\vstest.console\HandlerToEventsRegistrarAdapter.cs (2)
41
public void
LogWarning
(string message)
92
public void
LogWarning
(string message)
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
216
public void
LogWarning
(string message)
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
212
public void
LogWarning
(string message)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (2)
316
public void
LogWarning
(string message)
347
public void
LogWarning
(string message)
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
206
public void
LogWarning
(string message)
6 references to LogWarning
vstest.console (3)
Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
20
_testEventsRegistrar.
LogWarning
(message);
TestPlatformHelpers\TestRequestManager.cs (2)
928
registrar?.
LogWarning
(incompatibleSettingWarning);
1029
registrar?.
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)
928
registrar?.
LogWarning
(incompatibleSettingWarning);
1029
registrar?.
LogWarning
(Resources.Resources.Framework35NotSupported);