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