File: LibraryImportInteropTypes.g.cs
Project: src\src\libraries\Microsoft.Bcl.AsyncInterfaces\src\Microsoft.Bcl.AsyncInterfaces.csproj (Microsoft.Bcl.AsyncInterfaces)
// <auto-generated/>
#nullable enable
namespace System.Runtime.InteropServices
{
    [global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
    [global::Microsoft.CodeAnalysis.Embedded]
    internal sealed partial class LibraryImportAttribute : global::System.Attribute
    {
        public LibraryImportAttribute(string libraryName) { }
        public string? EntryPoint { get; set; }
        public StringMarshalling StringMarshalling { get; set; }
        public bool SetLastError { get; set; }
    }
 
    [global::Microsoft.CodeAnalysis.Embedded]
    internal enum StringMarshalling
    {
        Utf16 = 2,
    }
}