1 instantiation of ParamInfo
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
146
paramInfo = new
ParamInfo
();
12 references to ParamInfo
System.ServiceModel (12)
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 (8)
89
public List<
ParamInfo
> paramList;
90
public Dictionary<uint,
ParamInfo
> dispIdToParamInfo;
91
public
ParamInfo
ReturnVal = null;
95
paramList = new List<
ParamInfo
>();
96
dispIdToParamInfo = new Dictionary<uint,
ParamInfo
>();
103
Dictionary<string,
ParamInfo
> paramDictionary = null;
112
paramDictionary = new Dictionary<string,
ParamInfo
>();
133
ParamInfo
paramInfo = null;