1 instantiation of DynamicTypeSymbolKey
Microsoft.CodeAnalysis.Workspaces (1)
SymbolKey.DynamicTypeSymbolKey.cs (1)
11
public static readonly DynamicTypeSymbolKey Instance =
new
();
4 references to DynamicTypeSymbolKey
Microsoft.CodeAnalysis.Workspaces (4)
SymbolKey.DynamicTypeSymbolKey.cs (2)
11
public static readonly
DynamicTypeSymbolKey
Instance = new();
27
failureReason = $"({nameof(
DynamicTypeSymbolKey
)} is not supported in {LanguageNames.VisualBasic})";
SymbolKey.SymbolKeyReader.cs (1)
534
SymbolKeyType.DynamicType =>
DynamicTypeSymbolKey
.Instance.Resolve(this, out failureReason),
SymbolKey.SymbolKeyWriter.cs (1)
341
DynamicTypeSymbolKey
.Instance.Create(dynamicTypeSymbol, this);