1 instantiation of PropertySymbolKey
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.PropertySymbolKey.cs (1)
13public static readonly PropertySymbolKey Instance = new();
4 references to PropertySymbolKey
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.PropertySymbolKey.cs (3)
13public static readonly PropertySymbolKey Instance = new(); 77failureReason = $"({nameof(PropertySymbolKey)} {nameof(containingTypeResolution)} failed -> {containingTypeFailureReason})"; 83failureReason = $"({nameof(PropertySymbolKey)} '{metadataName}' not found)";
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
464PropertySymbolKey.Instance.Create(propertySymbol, this);