27 references to GetDeclarationInfo
Microsoft.CodeAnalysis (3)
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);
Microsoft.CodeAnalysis.CSharp (12)
CSharpDeclarationComputer.cs (12)
133builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)); 146builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)); 155builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)); 165builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)); 180builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)); 192builder.Add(GetDeclarationInfo(model, decl, getSymbol, codeBlocks, cancellationToken)); 227builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)); 251builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)); 266builder.Add(GetDeclarationInfo(model, node, getSymbol, blocks, cancellationToken)); 300builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)); 310builder.Add(GetDeclarationInfo(model, node, getSymbol, new[] { t }, cancellationToken)); 322builder.Add(GetDeclarationInfo(model, node, getSymbol: false, attributes, cancellationToken));
Microsoft.CodeAnalysis.VisualBasic (12)
VisualBasicDeclarationComputer.vb (12)
81builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)) 86builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)) 92builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)) 100builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)) 109builder.Add(GetDeclarationInfo(model, identifier, getSymbol, codeBlocks, cancellationToken)) 119builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)) 124builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)) 134builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)) 144builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)) 151builder.Add(GetDeclarationInfo(model, node, getSymbol, attributes, cancellationToken)) 159builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken)) 166builder.Add(GetDeclarationInfo(model, node, getSymbol, codeBlocks, cancellationToken))