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