1 instantiation of ParamInfo
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
146paramInfo = new ParamInfo();
12 references to ParamInfo
System.ServiceModel (12)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (4)
1038List<System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo> paramList; 1041System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo returnValue; 1045List<System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo> paramList, 1046System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo returnValue
System\ServiceModel\ComIntegration\DispatchProxy.cs (8)
89public List<ParamInfo> paramList; 90public Dictionary<uint, ParamInfo> dispIdToParamInfo; 91public ParamInfo ReturnVal = null; 95paramList = new List<ParamInfo>(); 96dispIdToParamInfo = new Dictionary<uint, ParamInfo>(); 103Dictionary<string, ParamInfo> paramDictionary = null; 112paramDictionary = new Dictionary<string, ParamInfo>(); 133ParamInfo paramInfo = null;