1 write to dispatchEnabled
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
203
dispatchEnabled
= true;
2 references to dispatchEnabled
System.ServiceModel (2)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
286
if ((
dispatchEnabled
) && (riid == InterfaceID.idIDispatch))
339
return
dispatchEnabled
;