3 references to Dll
MonoAOTCompiler (3)
MonoAOTCompiler.cs (3)
394case "Dll": parsedLibraryFormat = MonoAotLibraryFormat.Dll; break; 399throw new LogAsErrorException($"'{nameof(LibraryFormat)}' must be one of: '{nameof(MonoAotLibraryFormat.Dll)}', '{nameof(MonoAotLibraryFormat.Dylib)}', '{nameof(MonoAotLibraryFormat.So)}'. Received: '{LibraryFormat}'."); 839MonoAotLibraryFormat.Dll => ".dll",