_generated\1\Syntax.xml.Internal.Generated.cs (4)
29128var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, this.context, out hash);
29131var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type, this.context);
34550var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, out hash);
34553var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type);