1 write to type
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
151paramInfo.type = Type.GetType(param.BaseType, true);
4 references to type
System.ServiceModel (4)
System\ServiceModel\ComIntegration\DispatchProxy.cs (4)
158param.Type = paramInfo.type; 250if (!mInfo.paramList[index].type.IsArray) 251val = FetchVariant(rgvarg, (int)(cArgs - index - 1), mInfo.paramList[index].type); 253val = FetchVariants(rgvarg, (int)(cArgs - index - 1), mInfo.paramList[index].type);