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