3 references to Comma
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathParser.cs (1)
564if (_scanner.Kind != LexKind.Comma)
System\Xml\Xsl\XPath\XPathScanner.cs (1)
452case LexKind.Comma:
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
146_scanner.PassToken(LexKind.Comma);