3 references to HR_OK
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
433return statusCode == NativeMethods.HR_OK ? Marshal.PtrToStructure<HTTP_REQUEST_PROPERTY_SNI>((IntPtr)pBuffer) : default;
Core\IO\AsyncIOOperation.cs (1)
101if (hr != NativeMethods.HR_OK && !IsSuccessfulResult(hr))
NativeMethods.cs (1)
356if (hr != HR_OK)