6 references to GetTargetMethodWithName
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\CollectionDataContract.cs (2)
886
getCurrentMethod =
GetTargetMethodWithName
(Globals.GetCurrentMethodName, enumeratorType, ienumeratorInterface)!;
1362
=>
GetTargetMethodWithName
(Globals.GetEnumeratorMethodName, type, ienumerableInterface);
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
409
moveNextMethod ??= CollectionDataContract.
GetTargetMethodWithName
(Globals.MoveNextMethodName, enumeratorType, ienumeratorInterface)!;
410
getCurrentMethod ??= CollectionDataContract.
GetTargetMethodWithName
(Globals.GetCurrentMethodName, enumeratorType, ienumeratorInterface)!;
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
488
moveNextMethod ??= CollectionDataContract.
GetTargetMethodWithName
(Globals.MoveNextMethodName, enumeratorType, ienumeratorInterface)!;
489
getCurrentMethod ??= CollectionDataContract.
GetTargetMethodWithName
(Globals.GetCurrentMethodName, enumeratorType, ienumeratorInterface)!;