8 references to GetEnumeratorMethod
System.Runtime.Serialization (8)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (4)
420enumeratorType = collectionContract.GetEnumeratorMethod.ReturnType; 461ilg.Call(objectLocal, collectionContract.GetEnumeratorMethod); 465ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, Globals.TypeOfIDictionaryEnumerator); 472ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, ctorParam);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (4)
456enumeratorType = collectionContract.GetEnumeratorMethod.ReturnType; 497ilg.Call(objectLocal, collectionContract.GetEnumeratorMethod); 500ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, Globals.TypeOfIDictionaryEnumerator); 507ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, ctorParam);