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