1 write to ArgType
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1435
this.
ArgType
= argType;
7 references to ArgType
System.Private.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (2)
164
return ((ArgBuilder)var).
ArgType
;
966
if (argBuilder.
ArgType
.IsValueType)
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
966
ilg.ConvertAddress(oArg.
ArgType
, typeof(object));
1000
ilg.ConvertValue(oArg.
ArgType
, typeof(object));
1036
ilg.ConvertValue(argO.
ArgType
, typeof(object));
1371
ilg.ConvertValue(ilg.GetArg(parent).
ArgType
, typeof(object));
2320
ilg.ConvertValue(argV.
ArgType
, typeof(long));