1 instantiation of PropertySymbolKey
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.PropertySymbolKey.cs (1)
13public static readonly PropertySymbolKey Instance = new();
5 references to PropertySymbolKey
Microsoft.CodeAnalysis.Workspaces (5)
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.SymbolKeyReader.cs (1)
529SymbolKeyType.Property => PropertySymbolKey.Instance.Resolve(this, out failureReason),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
467PropertySymbolKey.Instance.Create(propertySymbol, this);