2 references to DLLExtension
dotnet (2)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
314
if (string.IsNullOrEmpty(runProperties.Command) || runProperties.Command.HasExtension(CliConstants.
DLLExtension
))
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
55
RunProperties runProperties = testModule.HasExtension(CliConstants.
DLLExtension
)