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