12 references to Name
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (8)
357lexKind == XPathScanner.LexKind.Name // NodeTest is also Name 412case XPathScanner.LexKind.Name: 470scanner.Kind == XPathScanner.LexKind.Name && scanner.CanBeFunction && !IsNodeType(scanner) 491CheckToken(XPathScanner.LexKind.Name); 504case XPathScanner.LexKind.Name: 520PassToken(XPathScanner.LexKind.Name); 640case XPathScanner.LexKind.Name: 778_scanner.Kind == XPathScanner.LexKind.Name &&
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (4)
77Debug.Assert(_kind == LexKind.Name || _kind == LexKind.Axe); 87Debug.Assert(_kind == LexKind.Name); 119Debug.Assert(_kind == LexKind.Name); 220_kind = LexKind.Name;