7 writes to _mapping
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (7)
192
_mapping
= xmlTypeMapping;
211
_mapping
= GetKnownMapping(type, defaultNamespace);
231
_mapping
= importer.ImportTypeMapping(type, null, defaultNamespace);
238
_mapping
= XmlReflectionImporter.GetTopLevelMapping(type, defaultNamespace);
247
_mapping
= XmlReflectionImporter.GetTopLevelMapping(type, defaultNamespace);
265
_mapping
= importer.ImportTypeMapping(type, root, defaultNamespace);
754
_mapping
= mapping;
8 references to _mapping
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (8)
212
if (
_mapping
!= null)
232
_tempAssembly = GenerateTempAssembly(
_mapping
, type, defaultNamespace);
239
_tempAssembly = new TempAssembly(new XmlMapping[] {
_mapping
}, assembly, contract);
245
if (
_mapping
== null)
270
_tempAssembly = GenerateTempAssembly(
_mapping
, type, defaultNamespace, location);
388
_tempAssembly.InvokeWriter(
_mapping
, xmlWriter, o, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
479
return _tempAssembly.InvokeReader(
_mapping
, xmlReader, events, encodingStyle);
516
return _tempAssembly.CanRead(
_mapping
, xmlReader);