1 instantiation of AssemblySymbolKey
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.AssemblySymbolKey.cs (1)
13
public static readonly AssemblySymbolKey Instance =
new
();
3 references to AssemblySymbolKey
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.AssemblySymbolKey.cs (2)
13
public static readonly
AssemblySymbolKey
Instance = new();
44
return CreateResolution(result, $"({nameof(
AssemblySymbolKey
)} '{assemblyName}' not found)", out failureReason);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
335
AssemblySymbolKey
.Instance.Create(assemblySymbol, this);