4 writes to DynamicLib
Microsoft.DotNet.Cli.Utils (4)
FileNameSuffixes.cs (4)
35
DynamicLib
= ".dll",
43
DynamicLib
= ".dll",
51
DynamicLib
= ".dylib",
59
DynamicLib
= ".so",
2 references to DynamicLib
dotnet-aot (2)
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
)