Syntax.xml.Internal.Generated.cs (4)
28644var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, this.context, out hash);
28647var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type, this.context);
34011var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, out hash);
34014var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type);