4 references to FileNameSuffixes
dotnet-aot (4)
parent\dotnet\CommandFactory\CommandResolution\AppBaseDllCommandResolver.cs (1)
19
if (commandResolverArguments.CommandName.EndsWith(
FileNameSuffixes
.DotNet.DynamicLib))
parent\dotnet\CommandFactory\CommandResolution\PublishPathCommandSpecFactory.cs (1)
33
if (commandExtension ==
FileNameSuffixes
.DotNet.DynamicLib)
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (2)
348
Path.Join(binDirectory, fileNameWithoutExtension +
FileNameSuffixes
.CurrentPlatform.Exe),
350
Path.Join(binDirectory, fileNameWithoutExtension +
FileNameSuffixes
.RuntimeConfigJson));