3 writes to ExitScope
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlJsonReader.cs (2)
1064elementNode.ExitScope = false; 1296elementNode.ExitScope = false;
System\Xml\XmlUTF8TextReader.cs (1)
967elementNode.ExitScope = isEmptyElement;
3 references to ExitScope
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
409if (this.Node.ExitScope)
System\Xml\XmlBinaryReader.cs (1)
389if (this.Node.ExitScope)
System\Xml\XmlUTF8TextReader.cs (1)
1296if (this.Node.ExitScope)