3 writes to _space
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (3)
1969
_space
= XmlSpace.None;
2054
_space
= attribute.XmlSpace;
2071
_space
= space;
2 references to _space
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (2)
1954
return
_space
;
2093
attribute.XmlSpace =
_space
;