Syntax.xml.Internal.Generated.cs (4)
28725var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, this.context, out hash);
28728var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type, this.context);
34113var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, out hash);
34116var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type);