6 references to BodyLevelSymbolKey
Microsoft.CodeAnalysis.Workspaces (6)
SymbolKey.BodyLevelSymbolKey.cs (3)
144
failureReason = $"({nameof(
BodyLevelSymbolKey
)} {nameof(locations)} failed -> {locationsFailureReason})";
174
var reason = $"({nameof(
BodyLevelSymbolKey
)} {nameof(containingSymbol)} failed -> {containingSymbolFailureReason})";
200
failureReason = $"({nameof(
BodyLevelSymbolKey
)} '{name}' not found -> {totalFailureReason})";
SymbolKey.cs (1)
157
var locations =
BodyLevelSymbolKey
.GetBodyLevelSourceLocations(symbol, cancellationToken);
SymbolKey.SymbolKeyReader.cs (1)
528
SymbolKeyType.BodyLevel =>
BodyLevelSymbolKey
.Resolve(this, out failureReason),
SymbolKey.SymbolKeyWriter.cs (1)
159
BodyLevelSymbolKey
.Create(symbol, this);