4 references to GetEnumeratorMethod
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (4)
376enumeratorType = collectionContract.GetEnumeratorMethod.ReturnType; 417_ilg.Call(_objectLocal, collectionContract.GetEnumeratorMethod); 420_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, Globals.TypeOfIDictionaryEnumerator); 427_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, ctorParam);