5 references to Number
System.Xml (5)
System\Xml\XPath\Internal\XPathParser.cs (2)
402
scanner.Kind == XPathScanner.LexKind.
Number
||
418
case XPathScanner.LexKind.
Number
:
System\Xml\XPath\Internal\XPathScanner.cs (3)
95
Debug.Assert(this.kind == LexKind.
Number
);
159
kind = LexKind.
Number
;
178
kind = LexKind.
Number
;