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