5 references to GetTargetMethodWithName
System.Runtime.Serialization (5)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1213
getEnumeratorMethod =
GetTargetMethodWithName
(Globals.GetEnumeratorMethodName, type, ienumerableInterface);
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
452
moveNextMethod = CollectionDataContract.
GetTargetMethodWithName
(Globals.MoveNextMethodName, enumeratorType, ienumeratorInterface);
454
getCurrentMethod = CollectionDataContract.
GetTargetMethodWithName
(Globals.GetCurrentMethodName, enumeratorType, ienumeratorInterface);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
488
moveNextMethod = CollectionDataContract.
GetTargetMethodWithName
(Globals.MoveNextMethodName, enumeratorType, ienumeratorInterface);
490
getCurrentMethod = CollectionDataContract.
GetTargetMethodWithName
(Globals.GetCurrentMethodName, enumeratorType, ienumeratorInterface);