1 instantiation of PointerTypeSymbolKey
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.PointerTypeSymbolKey.cs (1)
11
public static readonly PointerTypeSymbolKey Instance =
new
();
6 references to PointerTypeSymbolKey
Microsoft.CodeAnalysis.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.PointerTypeSymbolKey.cs (4)
11
public static readonly
PointerTypeSymbolKey
Instance = new();
23
failureReason = $"({nameof(
PointerTypeSymbolKey
)} {nameof(pointedAtTypeResolution)} failed -> {pointedAtTypeFailureReason})";
29
failureReason = $"({nameof(
PointerTypeSymbolKey
)} is not supported in {LanguageNames.VisualBasic})";
37
return CreateResolution(result, $"({nameof(
PointerTypeSymbolKey
)} could not resolve)", out failureReason);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyReader.cs (1)
527
SymbolKeyType.PointerType =>
PointerTypeSymbolKey
.Instance.Resolve(this, out failureReason),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
455
PointerTypeSymbolKey
.Instance.Create(pointerTypeSymbol, this);