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