14 references to S_OK
System.ServiceModel (14)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (2)
544
hresult = HR.
S_OK
;
571
hresult = HR.
S_OK
;
System\ServiceModel\ComIntegration\ComProxy.cs (1)
44
if (hr != HR.
S_OK
)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
333
return HR.
S_OK
;
System\ServiceModel\ComIntegration\OuterProxyWrapper.cs (2)
142
if (hr != HR.
S_OK
)
162
if (hr != HR.
S_OK
)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (2)
170
if (HR.
S_OK
== hr)
224
if (HR.
S_OK
== hr)
System\ServiceModel\ComIntegration\ProxyManager.cs (5)
106
return HR.
S_OK
;
123
return HR.
S_OK
;
125
return proxyCreator.SupportsErrorInfo(ref riid) ? HR.
S_OK
: HR.S_FALSE;
173
return HR.
S_OK
;
196
return HR.
S_OK
;
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (1)
557
if (hr != HR.
S_OK
)