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)
207
public void
LogWarning
(string message)
Processors\ListTestsArgumentProcessor.cs (1)
203
public void
LogWarning
(string message)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
307
public void
LogWarning
(string message)
336
public void
LogWarning
(string message)
Processors\RunTestsArgumentProcessor.cs (1)
195
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)
207
public void
LogWarning
(string message)
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
203
public void
LogWarning
(string message)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (2)
307
public void
LogWarning
(string message)
336
public void
LogWarning
(string message)
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
195
public void
LogWarning
(string message)
6 references to LogWarning
vstest.console (3)
Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
20
_testEventsRegistrar.
LogWarning
(message);
TestPlatformHelpers\TestRequestManager.cs (2)
1058
registrar?.
LogWarning
(incompatibleSettingWarning);
1159
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)
1058
registrar?.
LogWarning
(incompatibleSettingWarning);
1159
registrar?.
LogWarning
(Resources.Resources.Framework35NotSupported);