2 writes to _typesXmlNSMapping
ReachFramework (2)
Serialization\Manager\XpsSerializationManager.cs (2)
1260
_typesXmlNSMapping
= null;
1276
_typesXmlNSMapping
= new Hashtable(11);
3 references to _typesXmlNSMapping
ReachFramework (3)
Serialization\Manager\XpsSerializationManager.cs (3)
1274
if(
_typesXmlNSMapping
== null)
1282
_typesXmlNSMapping
[ReachSerializationServices._xpsTypesRequiringXMLNS[IndexInTypes]] =
1411
return
_typesXmlNSMapping
;