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