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