2 writes to _typesXmlNSMapping
ReachFramework (2)
Serialization\Manager\XpsSerializationManager.cs (2)
1259
_typesXmlNSMapping
= null;
1275
_typesXmlNSMapping
= new Hashtable(11);
3 references to _typesXmlNSMapping
ReachFramework (3)
Serialization\Manager\XpsSerializationManager.cs (3)
1273
if(
_typesXmlNSMapping
== null)
1281
_typesXmlNSMapping
[ReachSerializationServices._xpsTypesRequiringXMLNS[IndexInTypes]] =
1410
return
_typesXmlNSMapping
;