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
();
5 references to EventSymbolKey
Microsoft.CodeAnalysis.Workspaces (5)
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.NamespaceSymbolKey.cs (1)
79
failureReason = $"({nameof(
EventSymbolKey
)} {nameof(containingSymbolResolution)} failed -> {containingSymbolFailureReason})";
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
470
EventSymbolKey
.Instance.Create(eventSymbol, this);