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