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