2 writes to _typesXmlNSMapping
ReachFramework (2)
Serialization\Manager\XpsSerializationManager.cs (2)
1273
_typesXmlNSMapping
= null;
1289
_typesXmlNSMapping
= new Hashtable(11);
3 references to _typesXmlNSMapping
ReachFramework (3)
Serialization\Manager\XpsSerializationManager.cs (3)
1287
if(
_typesXmlNSMapping
== null)
1295
_typesXmlNSMapping
[ReachSerializationServices._xpsTypesRequiringXMLNS[IndexInTypes]] =
1424
return
_typesXmlNSMapping
;