1 instantiation of DispatchProxy
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
47
proxy = new
DispatchProxy
(contract, channelBuilderSettings);
9 references to DispatchProxy
System.ServiceModel (9)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (2)
403
Dictionary<UInt32, System.ServiceModel.ComIntegration.
DispatchProxy
.MethodInfo> dispToOperationDescription)
409
System.ServiceModel.ComIntegration.
DispatchProxy
.MethodInfo methodInfo = null;
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (4)
1038
List<System.ServiceModel.ComIntegration.
DispatchProxy
.ParamInfo> paramList;
1041
System.ServiceModel.ComIntegration.
DispatchProxy
.ParamInfo returnValue;
1045
List<System.ServiceModel.ComIntegration.
DispatchProxy
.ParamInfo> paramList,
1046
System.ServiceModel.ComIntegration.
DispatchProxy
.ParamInfo returnValue
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
42
DispatchProxy
proxy = null;
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
510
return
DispatchProxy
.Create(outer, contractDescription, this);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
350
return
DispatchProxy
.Create(outer, contractDescription, this);