2 writes to numberValue
System.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
160numberValue = ScanFraction(); 179numberValue = ScanNumber();
2 references to numberValue
System.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
96Debug.Assert(this.numberValue != double.NaN); 97return this.numberValue;