1 instantiation of FieldSymbolKey
Microsoft.CodeAnalysis.Workspaces (1)
SymbolKey.FieldSymbolKey.cs (1)
11public static readonly FieldSymbolKey Instance = new();
5 references to FieldSymbolKey
Microsoft.CodeAnalysis.Workspaces (5)
SymbolKey.FieldSymbolKey.cs (3)
11public static readonly FieldSymbolKey Instance = new(); 27failureReason = $"({nameof(FieldSymbolKey)} {nameof(containingTypeResolution)} failed -> {containingTypeFailureReason})"; 32return CreateResolution(result, $"({nameof(FieldSymbolKey)} '{metadataName}' not found)", out failureReason);
SymbolKey.SymbolKeyReader.cs (1)
532SymbolKeyType.Field => FieldSymbolKey.Instance.Resolve(this, out failureReason),
SymbolKey.SymbolKeyWriter.cs (1)
347FieldSymbolKey.Instance.Create(fieldSymbol, this);