1 write to ArgType
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
2452this.ArgType = argType;
7 references to ArgType
System.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (2)
172return ((ArgBuilder)var).ArgType; 1305if (argBuilder.ArgType.IsValueType)
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
932ilg.ConvertAddress(oArg.ArgType, typeof(object)); 968ilg.ConvertValue(oArg.ArgType, typeof(Object)); 1003ilg.ConvertValue(argO.ArgType, typeof(Object)); 1338ilg.ConvertValue(ilg.GetArg(parent).ArgType, typeof(Object)); 2241ilg.ConvertValue(argV.ArgType, typeof(long));