1 write to DeclaredSymbol
Microsoft.CodeAnalysis.Features (1)
DeclarationInfo.cs (1)
26
DeclaredSymbol
= declaredSymbol;
6 references to DeclaredSymbol
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpDeclarationComputer.cs (1)
90
INamespaceSymbol nsSymbol = declInfo.
DeclaredSymbol
as INamespaceSymbol;
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (2)
317
targetSymbol = decl.
DeclaredSymbol
;
330
targetSymbol = 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)
66
Dim nsSymbol = declInfo.
DeclaredSymbol