22 references to Type
Microsoft.CodeAnalysis.CSharp (17)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1572=> node.Update(VisitToken(node.ScopedKeyword), (TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
1067if (scopedKeyword != this.ScopedKeyword || type != this.Type) 1077public ScopedTypeSyntax WithScopedKeyword(SyntaxToken scopedKeyword) => Update(scopedKeyword, this.Type);
Binder\Binder_Deconstruct.cs (3)
828typeSyntax = scopedType.Type; 888typeSyntax = scopedType.Type; 938typeSyntax = scopedType.Type;
Binder\Binder_Expressions.cs (3)
3240typeSyntax = scopedType.Type; 3284typeSyntax = scopedType.Type; 3335typeSyntax = scopedType.Type;
Binder\Binder_Statements.cs (2)
722typeSyntax = scopedType.Type; 2859typeSyntax = scopedType.Type;
Binder\Binder_Symbols.cs (1)
522return BindNamespaceOrTypeOrAliasSymbol(scopedTypeSyntax.Type, diagnostics, basesBeingResolved, suppressUseSiteDiagnostics);
Binder\ForEachLoopBinder.cs (1)
296typeSyntax = scopedType.Type;
Syntax\SyntaxExtensions.cs (1)
460stack.Push(scopedTypeSyntax.Type);
Syntax\SyntaxFacts.cs (1)
157return ((ScopedTypeSyntax)parent).Type == node;
Syntax\SyntaxNodeExtensions.cs (2)
292return scopedType.Type; 309if (parentNode is ScopedTypeSyntax scopedType && scopedType.Type == syntax)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ExpressionSyntaxExtensions.cs (1)
341variableDeclarationType = scopedType.Type;
Microsoft.CodeAnalysis.CSharp.Features (1)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
483AppendType(scopedType.Type, builder);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\SyntaxClassification\NameSyntaxClassifier.cs (1)
276name.CheckParent<ScopedTypeSyntax>(v => v.Type == name) ||
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ExpressionSyntaxExtensions.cs (1)
341variableDeclarationType = scopedType.Type;
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ExpressionSyntaxExtensions.cs (1)
341variableDeclarationType = scopedType.Type;