1 write to ArgType
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1433this.ArgType = argType;
7 references to ArgType
System.Private.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (2)
164return ((ArgBuilder)var).ArgType; 965if (argBuilder.ArgType.IsValueType)
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
982ilg.ConvertAddress(oArg.ArgType, typeof(object)); 1016ilg.ConvertValue(oArg.ArgType, typeof(object)); 1052ilg.ConvertValue(argO.ArgType, typeof(object)); 1389ilg.ConvertValue(ilg.GetArg(parent).ArgType, typeof(object)); 2352ilg.ConvertValue(argV.ArgType, typeof(long));