6 overrides of Add
System.Text.Json (6)
System\Text\Json\Serialization\Converters\Collection\DictionaryOfTKeyTValueConverter.cs (1)
20
protected override void
Add
(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
21
protected override void
Add
(string key, in object? value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IDictionaryOfTKeyTValueConverter.cs (1)
21
protected override void
Add
(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\ImmutableDictionaryOfTKeyTValueConverter.cs (1)
15
protected sealed override void
Add
(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IReadOnlyDictionaryOfTKeyTValueConverter.cs (1)
16
protected override void
Add
(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
24
protected 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)
122
Add
(key, element!, options, ref state);
148
Add
(key, element!, options, ref state);
301
Add
(key, element!, options, ref state);