2 writes to _exitScope
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
2088
_exitScope
= (nodeType == XmlNodeType.EndElement);
2170
_exitScope
= value;
1 reference to _exitScope
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2166
return
_exitScope
;