1 write to ArgType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
2557this.ArgType = argType;
7 references to ArgType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (2)
170return ((ArgBuilder)var).ArgType; 1384if (argBuilder.ArgType.GetTypeInfo().IsValueType)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
1011ilg.ConvertAddress(oArg.ArgType, typeof(object)); 1049ilg.ConvertValue(oArg.ArgType, typeof(Object)); 1087ilg.ConvertValue(argO.ArgType, typeof(Object)); 1455ilg.ConvertValue(ilg.GetArg(parent).ArgType, typeof(Object)); 2456ilg.ConvertValue(argV.ArgType, typeof(long));