2 implementations of Initialize
dotnet (2)
Commands\Test\MTP\MSBuildHandler.cs (1)
20public bool Initialize()
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
43public bool Initialize()
2 references to Initialize
dotnet (2)
Commands\Test\MTP\ITestHandler.cs (1)
11/// All modules that will be run. Available after a successful <see cref="Initialize"/> so the
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
103if (!testHandler.Initialize())