3 references to GetDeclarationInfo
Microsoft.CodeAnalysis (3)
src\Compilers\Core\AnalyzerDriver\DeclarationComputer.cs (3)
29return GetDeclarationInfo(model, node, getSymbol, (IEnumerable<SyntaxNode>?)null, cancellationToken); 34return GetDeclarationInfo(model, node, getSymbol, SpecializedCollections.SingletonEnumerable(executableCodeBlock), cancellationToken); 39return GetDeclarationInfo(model, node, getSymbol, executableCodeBlocks.AsEnumerable(), cancellationToken);