1 implementation of DeclaredSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9240
public ISymbol?
DeclaredSymbol
{ get; }
9 references to DeclaredSymbol
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7675
operation.
DeclaredSymbol
,
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (2)
304
if (operation.
DeclaredSymbol
is not null)
306
OnReferenceFound(operation.
DeclaredSymbol
, operation);
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (2)
2033
LogSymbol(operation.
DeclaredSymbol
, $", {nameof(operation.
DeclaredSymbol
)}");
Compilation\TestOperationVisitor.cs (2)
1503
Assert.NotNull(operation.
DeclaredSymbol
);
1507
Assert.Null(operation.
DeclaredSymbol
);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (2)
304
if (operation.
DeclaredSymbol
is not null)
306
OnReferenceFound(operation.
DeclaredSymbol
, operation);