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