11 references to ScopedType
Microsoft.CodeAnalysis.CSharp (11)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
28988var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, this.context, out hash); 28991var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type, this.context); 34415var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.ScopedType, scopedKeyword, type, out hash); 34418var result = new ScopedTypeSyntax(SyntaxKind.ScopedType, scopedKeyword, type);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
1042/// <item><description><see cref="SyntaxKind.ScopedType"/></description></item>
Binder\Binder_Expressions.cs (1)
855case SyntaxKind.ScopedType:
Binder\Binder_Symbols.cs (1)
512case SyntaxKind.ScopedType:
Compilation\CSharpSemanticModel.cs (1)
104case SyntaxKind.ScopedType:
Compilation\MemberSemanticModel.cs (1)
2342case SyntaxKind.ScopedType:
Syntax\SyntaxExtensions.cs (1)
458case SyntaxKind.ScopedType:
Syntax\SyntaxFacts.cs (1)
156case ScopedType: