108 references to BaseList
Microsoft.CodeAnalysis.CSharp (8)
Syntax.xml.Internal.Generated.cs (4)
31938var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.BaseList, colonToken, types.Node, this.context, out hash);
31941var result = new BaseListSyntax(SyntaxKind.BaseList, colonToken, types.Node, this.context);
37305var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.BaseList, colonToken, types.Node, out hash);
37308var result = new BaseListSyntax(SyntaxKind.BaseList, colonToken, types.Node);
Microsoft.CodeAnalysis.CSharp.Analyzers (1)
Microsoft.CodeAnalysis.CSharp.BannedApiAnalyzers (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Features (5)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (81)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Roslyn.Diagnostics.CSharp.Analyzers (4)