2 references to TryGetValue
Microsoft.TemplateEngine.Edge (2)
src\sdk\src\TemplateEngine\Shared\JExtensions.cs (2)
111if (!token.TryGetValue(key, out JsonNode? checkToken)) 351if (!jObject.TryGetValue(key, out JsonNode? checkToken))