3 references to DeclarationInfo
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (2)
96
builder.Add(new
DeclarationInfo
(name, ImmutableArray<SyntaxNode>.Empty, declaredSymbol));
370
return new
DeclarationInfo
(
Microsoft.CodeAnalysis.Features (1)
src\Compilers\Core\AnalyzerDriver\DeclarationComputer.cs (1)
25
return new
DeclarationInfo
(node, codeBlocks, declaredSymbol);