1 instantiation of PropertySymbolKey
Microsoft.CodeAnalysis.CodeStyle (1)
SymbolKey.PropertySymbolKey.cs (1)
11public static readonly PropertySymbolKey Instance = new();
5 references to PropertySymbolKey
Microsoft.CodeAnalysis.CodeStyle (5)
SymbolKey.PropertySymbolKey.cs (3)
11public static readonly PropertySymbolKey Instance = new(); 73failureReason = $"({nameof(PropertySymbolKey)} {nameof(containingTypeResolution)} failed -> {containingTypeFailureReason})"; 79failureReason = $"({nameof(PropertySymbolKey)} '{metadataName}' not found)";
SymbolKey.SymbolKeyReader.cs (1)
540SymbolKeyType.Property => PropertySymbolKey.Instance.Resolve(this, out failureReason),
SymbolKey.SymbolKeyWriter.cs (1)
464PropertySymbolKey.Instance.Create(propertySymbol, this);