2 writes to AddMethodDelegate
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\StackOrQueueConverterWithReflection.cs (1)
23jsonTypeInfo.AddMethodDelegate = DefaultJsonTypeInfoResolver.MemberAccessor.CreateAddMethodDelegate<TCollection>();
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
95typeInfo.AddMethodDelegate = addFunc;
2 references to AddMethodDelegate
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\StackOrQueueConverter.cs (2)
18var addMethodDelegate = ((Action<TCollection, object?>?)state.Current.JsonTypeInfo.AddMethodDelegate); 40Debug.Assert(typeInfo.AddMethodDelegate != null);