6 overrides of Add
System.Text.Json (6)
System\Text\Json\Serialization\Converters\Collection\DictionaryOfTKeyTValueConverter.cs (1)
20protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
21protected override void Add(string key, in object? value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IDictionaryOfTKeyTValueConverter.cs (1)
21protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\ImmutableDictionaryOfTKeyTValueConverter.cs (1)
15protected sealed override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IReadOnlyDictionaryOfTKeyTValueConverter.cs (1)
16protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
24protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
3 references to Add
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (3)
119Add(key, element!, options, ref state); 145Add(key, element!, options, ref state); 298Add(key, element!, options, ref state);