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