2 references to TryAdd
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
720
if (!jsonObject.
TryAdd
(key, value, out var index))
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
43
public bool TryAdd(string propertyName, JsonNode? value) =>
TryAdd
(propertyName, value, out _);