2 references to GetAlternateLookup
Microsoft.AspNetCore.Routing (1)
Matching\DictionaryJumpTable.cs (1)
26_lookup = _dictionary.GetAlternateLookup<ReadOnlySpan<char>>();
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ParserHelpers.cs (1)
155else if (s_namedHtmlEntities.GetAlternateLookup<ReadOnlySpan<char>>().TryGetValue(entity.Span, out replacement))