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