2 references to HRESULT
Microsoft.AspNetCore.Server.HttpSys (2)
Windows.Win32.HRESULT.g.cs (2)
37
public static explicit operator HRESULT(int value) => new
HRESULT
(value);
54
public static explicit operator HRESULT(uint value) => new
HRESULT
((int)value);