7 writes to mapping
System.Xml (7)
System\Xml\Serialization\XmlSerializer.cs (7)
170
this.
mapping
= xmlTypeMapping;
187
this.
mapping
= GetKnownMapping(type, defaultNamespace);
202
this.
mapping
= importer.ImportTypeMapping(type, null, defaultNamespace);
208
this.
mapping
= XmlReflectionImporter.GetTopLevelMapping(type, defaultNamespace);
216
mapping
= XmlReflectionImporter.GetTopLevelMapping(type, defaultNamespace);
240
this.
mapping
= importer.ImportTypeMapping(type, root, defaultNamespace);
719
this.
mapping
= mapping;
8 references to mapping
System.Xml (8)
System\Xml\Serialization\XmlSerializer.cs (8)
188
if (this.
mapping
!= null) {
203
tempAssembly = GenerateTempAssembly(this.
mapping
, type, defaultNamespace);
209
tempAssembly = new TempAssembly(new XmlMapping[] { this.
mapping
}, assembly, contract);
215
if (
mapping
== null) {
244
tempAssembly = GenerateTempAssembly(this.
mapping
, type, defaultNamespace, location, evidence);
344
tempAssembly.InvokeWriter(
mapping
, xmlWriter, o, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
420
return tempAssembly.InvokeReader(
mapping
, xmlReader, events, encodingStyle);
450
return tempAssembly.CanRead(
mapping
, xmlReader);