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