3 writes to getCODelegate
System.ServiceModel (3)
System\ServiceModel\ComIntegration\OuterProxyWrapper.cs (3)
31
getCODelegate
= null;
52
getCODelegate
= null;
79
getCODelegate
= (DelegateDllGetClassObject)Marshal.GetDelegateForFunctionPointer(procaddr, typeof(DelegateDllGetClassObject));
3 references to getCODelegate
System.ServiceModel (3)
System\ServiceModel\ComIntegration\OuterProxyWrapper.cs (3)
70
if (null ==
getCODelegate
)
74
if (null ==
getCODelegate
)
98
getCODelegate
(ClsidProxyInstanceProvider, typeof(IClassFactory).GUID, ref cf);