Syntax.xml.Internal.Generated.cs (4)
28643var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, this.context, out hash);
28646var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type, this.context);
34010var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, out hash);
34013var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type);