2 writes to xmlSpace
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
135this.xmlSpace = XmlSpace.None; 2355this.elementStack[this.elemDepth].xmlSpace = xs;
1 reference to xmlSpace
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
538XmlSpace xs = this.elementStack[i].xmlSpace;