1 write to ArgType
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
1188
this.
ArgType
= argType;
3 references to ArgType
System.ServiceModel (3)
System\ServiceModel\Dispatcher\CodeGenerator.cs (2)
203
return ((ArgBuilder)var).
ArgType
;
640
if (argBuilder.
ArgType
.IsValueType)
System\ServiceModel\Dispatcher\InvokerUtil.cs (1)
308
ilg.ConvertValue(targetArg.
ArgType
, targetType);