1 implementation of DeclaredSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10368
public ISymbol?
DeclaredSymbol
{ get; }
9 references to DeclaredSymbol
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7660
operation.
DeclaredSymbol
,
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (2)
314
if (operation.
DeclaredSymbol
is not null)
316
OnReferenceFound(operation.
DeclaredSymbol
, operation);
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (2)
2020
LogSymbol(operation.
DeclaredSymbol
, $", {nameof(operation.
DeclaredSymbol
)}");
Compilation\TestOperationVisitor.cs (2)
1466
Assert.NotNull(operation.
DeclaredSymbol
);
1470
Assert.Null(operation.
DeclaredSymbol
);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (2)
314
if (operation.
DeclaredSymbol
is not null)
316
OnReferenceFound(operation.
DeclaredSymbol
, operation);