3 references to Resolve
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.cs (1)
102
/// versions may change the encoded format and may no longer be able to <see cref="
Resolve
"/> previous keys. As
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKeyResolution.cs (1)
10
/// The result of <see cref="SymbolKey.
Resolve
"/>. If the <see cref="SymbolKey"/> could be uniquely mapped to a
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SymbolFinder\SymbolFinderInternal.cs (1)
83
var result = symbolId.
Resolve
(projectCompilation, ignoreAssemblyKey: true, cancellationToken: cancellationToken);