2 implementations of IWarningLogger
vstest.console (1)
Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
9internal class EventRegistrarToWarningLoggerAdapter : IWarningLogger
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\EventRegistrarToWarningLoggerAdapter.cs (1)
9internal class EventRegistrarToWarningLoggerAdapter : IWarningLogger
10 references to IWarningLogger
Microsoft.TestPlatform.CrossPlatEngine (4)
TestEngine.cs (4)
71IWarningLogger warningLogger) 158IWarningLogger warningLogger) 281IWarningLogger warningLogger, 510private static void WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound(List<TestRuntimeProviderInfo> testRuntimeProviders, IWarningLogger warningLogger)
Microsoft.VisualStudio.TestPlatform.Client (2)
TestPlatform.cs (2)
79IWarningLogger warningLogger) 101IWarningLogger warningLogger)
Microsoft.VisualStudio.TestPlatform.Common (2)
Interfaces\Engine\ClientProtocol\ITestEngine.cs (2)
32IWarningLogger warningLogger); 51IWarningLogger warningLogger);
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\ITestPlatform.cs (2)
50IWarningLogger warningLogger); 68IWarningLogger warningLogger);