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