1 instantiation of ParameterSymbolKey
Microsoft.CodeAnalysis.Workspaces (1)
SymbolKey.ParameterSymbolKey.cs (1)
13
public static readonly ParameterSymbolKey Instance =
new
();
5 references to ParameterSymbolKey
Microsoft.CodeAnalysis.Workspaces (5)
SymbolKey.ParameterSymbolKey.cs (3)
13
public static readonly
ParameterSymbolKey
Instance = new();
34
failureReason = $"({nameof(
ParameterSymbolKey
)} {nameof(containingSymbolResolution)} failed -> {containingSymbolFailureReason})";
73
return CreateResolution(result, $"({nameof(
ParameterSymbolKey
)} '{metadataName}' not found)", out failureReason);
SymbolKey.SymbolKeyReader.cs (1)
539
SymbolKeyType.Parameter =>
ParameterSymbolKey
.Instance.Resolve(this, out failureReason),
SymbolKey.SymbolKeyWriter.cs (1)
446
ParameterSymbolKey
.Instance.Create(parameterSymbol, this);