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