1 instantiation of HANDLE
Microsoft.AspNetCore.Server.IIS (1)
Windows.Win32.HANDLE.g.cs (1)
37 public static explicit operator HANDLE(IntPtr value) => new HANDLE(value);
14 references to HANDLE
Microsoft.AspNetCore.Server.IIS (14)
Windows.Win32.HANDLE.g.cs (10)
25 : IEquatable<HANDLE> 31 internal static HANDLE Null => default; 35 public static implicit operator IntPtr(HANDLE value) => value.Value; 37 public static explicit operator HANDLE(IntPtr value) => new HANDLE(value); 39 public static bool operator ==(HANDLE left, HANDLE right) => left.Value == right.Value; 41 public static bool operator !=(HANDLE left, HANDLE right) => !(left == right); 43 public bool Equals(HANDLE other) => this.Value == other.Value; 45 public override bool Equals(object obj) => obj is HANDLE other && this.Equals(other);
Windows.Win32.HTTP_DATA_CHUNK.g.cs (1)
66 internal winmdroot.Foundation.HANDLE FileHandle;
Windows.Win32.HTTP_REQUEST_AUTH_INFO.g.cs (1)
53 internal winmdroot.Foundation.HANDLE AccessToken;
Windows.Win32.HTTP_SSL_CLIENT_CERT_INFO.g.cs (1)
46 internal winmdroot.Foundation.HANDLE Token;
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (1)
40 internal static extern winmdroot.Foundation.BOOL CloseHandle(winmdroot.Foundation.HANDLE hObject);