File: src\libraries\Common\src\Interop\Linux\Interop.Libraries.cs
Web Access
Project: src\src\libraries\System.DirectoryServices.Protocols\src\System.DirectoryServices.Protocols.csproj (System.DirectoryServices.Protocols)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
internal static partial class Interop
{
    internal static partial class Libraries
    {
        // Duplicated from Android for Linux Bionic
        internal const string Liblog = "liblog";
 
        // As a convention, some ldap installs use this to reference the latest version.
        internal const string OpenLdap = "libldap.so.2";
 
        internal const string MsQuic = "libmsquic.so";
    }
}