2 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\SemanticModelAPITests.cs (1)
429var symbol = model.GetDeclaredSymbol(nsSyntax);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Extensions\SemanticModelExtensions.cs (1)
28: semanticModel.GetDeclaredSymbol((FileScopedNamespaceDeclarationSyntax)declarationSyntax, cancellationToken);