1 write to Type
System.Private.Xml (1)
System\Xml\Serialization\SourceInfo.cs (1)
46
this.
Type
= type;
13 references to Type
System.Private.Xml (13)
System\Xml\Serialization\SourceInfo.cs (4)
195
Debug.Assert(match.Groups["cast"].Value == CodeIdentifier.GetCSharpName(
Type
!));
197
ILG.ConvertAddress(varType,
Type
!);
199
ILG.ConvertValue(varType,
Type
!);
200
varType =
Type
!;
System\Xml\Serialization\XmlSerializationWriterILGen.cs (9)
1381
WritePrimitive("WriteAttribute", attribute.Name, attribute.Form == XmlSchemaForm.Qualified ? attribute.Namespace : "", GetConvertedDefaultValue(source.
Type
, attribute.Default), source, attribute.Mapping, false, false, false);
1875
MethodInfo WriteTo = source.
Type
!.GetMethod(
1885
source.Load(source.
Type
);
1902
if (source.
Type
== element.Mapping.TypeDesc!.Type)
1979
WriteQualifiedNameElement(name, ns, GetConvertedDefaultValue(source.
Type
, element.Default), source, element.IsNullable, primitiveMapping);
1985
name, ns, GetConvertedDefaultValue(source.
Type
, element.Default), source, primitiveMapping, false, true, element.IsNullable);
2129
ilg.Ldc(Convert.ChangeType(value, source.
Type
!, CultureInfo.InvariantCulture));
2489
Type localType = initValue.
Type
!;
2507
initValue.Load(initValue.
Type
);