4 writes to space
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
2845this.space = XmlSpace.None; 2922this.space = XmlSpace.None; 2951space = attribute.XmlSpace; 2992this.space = space;
2 references to space
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
2903return space; 3014attribute.XmlSpace = this.space;