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