6 references to BodyLevelSymbolKey
Microsoft.CodeAnalysis.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.BodyLevelSymbolKey.cs (3)
143
failureReason = $"({nameof(
BodyLevelSymbolKey
)} {nameof(locations)} failed -> {locationsFailureReason})";
173
var reason = $"({nameof(
BodyLevelSymbolKey
)} {nameof(containingSymbol)} failed -> {containingSymbolFailureReason})";
199
failureReason = $"({nameof(
BodyLevelSymbolKey
)} '{name}' not found -> {totalFailureReason})";
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.cs (1)
150
var locations =
BodyLevelSymbolKey
.GetBodyLevelSourceLocations(symbol, cancellationToken);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyReader.cs (1)
514
SymbolKeyType.BodyLevel =>
BodyLevelSymbolKey
.Resolve(this, out failureReason),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
159
BodyLevelSymbolKey
.Create(symbol, this);