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