1 write to ArgType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
1725
this.
ArgType
= argType;
5 references to ArgType
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (2)
275
return ((ArgBuilder)var).
ArgType
;
1151
if (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);