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