1 instantiation of EventSymbolKey
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.EventSymbolKey.cs (1)
11
public static readonly EventSymbolKey Instance =
new
();
4 references to EventSymbolKey
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.EventSymbolKey.cs (3)
11
public static readonly
EventSymbolKey
Instance = new();
27
failureReason = $"({nameof(
EventSymbolKey
)} {nameof(containingTypeResolution)} failed -> {containingTypeFailureReason})";
32
return CreateResolution(result, $"({nameof(
EventSymbolKey
)} '{metadataName}' not found)", out failureReason);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
476
EventSymbolKey
.Instance.Create(eventSymbol, this);