2 references to TryGetValue
Microsoft.TemplateSearch.Common (2)
parent\Shared\JExtensions.cs (2)
111
if (!token.
TryGetValue
(key, out JsonNode? checkToken))
351
if (!jObject.
TryGetValue
(key, out JsonNode? checkToken))