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