3 references to DotDot
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
353lexKind == XPathScanner.LexKind.DotDot || 370else if (XPathScanner.LexKind.DotDot == _scanner.Kind)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (1)
185_kind = LexKind.DotDot;