10 references to GetEnumeratorMethod
System.Private.DataContractSerialization (10)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (5)
339Debug.Assert(collectionContract.GetEnumeratorMethod != null); 379enumeratorType = collectionContract.GetEnumeratorMethod.ReturnType; 417_ilg.Call(_objectLocal, collectionContract.GetEnumeratorMethod); 421_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, Globals.TypeOfIDictionaryEnumerator); 429_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, ctorParam);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (5)
418Debug.Assert(collectionContract.GetEnumeratorMethod != null); 458enumeratorType = collectionContract.GetEnumeratorMethod.ReturnType; 496_ilg.Call(_objectLocal, collectionContract.GetEnumeratorMethod); 499_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, Globals.TypeOfIDictionaryEnumerator); 506_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, ctorParam);