1 instantiation of PointerTypeSymbolKey
Microsoft.CodeAnalysis.CodeStyle (1)
SymbolKey.PointerTypeSymbolKey.cs (1)
11
public static readonly PointerTypeSymbolKey Instance =
new
();
6 references to PointerTypeSymbolKey
Microsoft.CodeAnalysis.CodeStyle (6)
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);
SymbolKey.SymbolKeyReader.cs (1)
538
SymbolKeyType.PointerType =>
PointerTypeSymbolKey
.Instance.Resolve(this, out failureReason),
SymbolKey.SymbolKeyWriter.cs (1)
452
PointerTypeSymbolKey
.Instance.Create(pointerTypeSymbol, this);