22 references to S_OK
System.Web (22)
FileChangesMonitor.cs (11)
447if (hr != HResults.S_OK) { 666if (hr == HResults.S_OK) { 1080if (hr == HResults.S_OK) { 1599if (hr != HResults.S_OK || (fad.FileAttributes & FileAttributes.Directory) == 0) { 1616if (hr == HResults.S_OK && (fad.FileAttributes & FileAttributes.Directory) == 0) { 1621if (hr != HResults.S_OK) { 1636if (hr == HResults.S_OK && (fad.FileAttributes & FileAttributes.Directory) == 0) { 1640if (hr == HResults.S_OK) { 1686if (hr == HResults.S_OK) { 1781if (hr == HResults.S_OK) { 2224if (hr == HResults.S_OK) {
Hosting\IIS7WorkerRequest.cs (4)
553ar.Complete(0, HResults.S_OK, IntPtr.Zero, synchronous: true); 610ar.Complete(0, HResults.S_OK, IntPtr.Zero, synchronous: true); 639ar.Complete(bytesRead, HResults.S_OK, ppAsyncReceiveBuffer, synchronous: true); 2571int hr = HResults.S_OK;
Hosting\IPipelineRuntime.cs (1)
437return HResults.S_OK;
Hosting\ISAPIWorkerRequest.cs (2)
2019int hr = HResults.S_OK; 2611ar.Complete(0, HResults.S_OK, IntPtr.Zero, synchronous: true);
HttpResponse.cs (1)
751ar.Complete(0, HResults.S_OK, IntPtr.Zero, synchronous: true);
Util\FileUtil.cs (3)
461return HResults.S_OK; 477if (hr != HResults.S_OK || String.IsNullOrEmpty(rootDirectoryPath)) { 591return HResults.S_OK;