1 write to Type
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (1)
45
this.
Type
= type;
13 references to Type
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (4)
193
Debug.Assert(match.Groups["cast"].Value == CodeIdentifier.GetCSharpName(
Type
));
195
ILG.ConvertAddress(varType,
Type
);
197
ILG.ConvertValue(varType,
Type
);
198
varType =
Type
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (9)
1465
WritePrimitive("WriteAttribute", attribute.Name, attribute.Form == XmlSchemaForm.Qualified ? attribute.Namespace : "", GetConvertedDefaultValue(source.
Type
, attribute.Default), source, attribute.Mapping, false, false, false);
1983
MethodInfo WriteTo = source.
Type
.GetMethod(
1997
source.Load(source.
Type
);
2014
if (source.
Type
== element.Mapping.TypeDesc.Type)
2095
WriteQualifiedNameElement(name, ns, GetConvertedDefaultValue(source.
Type
, element.Default), source, element.IsNullable, mapping);
2100
name, ns, GetConvertedDefaultValue(source.
Type
, element.Default), source, mapping, false, true, element.IsNullable);
2257
ilg.Ldc(Convert.ChangeType(value, source.
Type
, CultureInfo.InvariantCulture));
2588
Type localType = initValue.
Type
;
2606
initValue.Load(initValue.
Type
);