1 write to ArgType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
1725this.ArgType = argType;
5 references to ArgType
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (2)
275return ((ArgBuilder)var).ArgType; 1151if (argBuilder.ArgType.GetTypeInfo().IsValueType)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (3)
144_ilg.ConvertValue(objectArg.ArgType, Globals.TypeOfDateTimeOffset); 151_ilg.ConvertValue(objectArg.ArgType, Globals.TypeOfKeyValuePair.MakeGenericType(dc.KeyValuePairGenericArguments)); 156_ilg.ConvertValue(objectArg.ArgType, objType);