3 writes to space
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
1916
this.
space
= XmlSpace.None;
2001
space
= attribute.XmlSpace;
2018
this.
space
= space;
2 references to space
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (2)
1901
return
space
;
2040
attribute.XmlSpace = this.
space
;