1 write to DeclaredSymbol
Microsoft.CodeAnalysis.Features (1)
DeclarationInfo.cs (1)
26DeclaredSymbol = declaredSymbol;
6 references to DeclaredSymbol
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpDeclarationComputer.cs (1)
90INamespaceSymbol nsSymbol = declInfo.DeclaredSymbol as INamespaceSymbol;
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (2)
317targetSymbol = decl.DeclaredSymbol; 330targetSymbol = decl.DeclaredSymbol;
Diagnostics\IAnalyzerDriverService.cs (2)
21/// <param name="getSymbol">Flag indicating whether <see cref="DeclarationInfo.DeclaredSymbol"/> should be computed for the returned declaration infos. 22/// If false, then <see cref="DeclarationInfo.DeclaredSymbol"/> is always null.</param>
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicDeclarationComputer.vb (1)
66Dim nsSymbol = declInfo.DeclaredSymbol