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