3 references to TypeOfDictionaryEnumerator
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
416enumeratorType = Globals.TypeOfDictionaryEnumerator;
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
103dictionaryEnumeratorCtor = Globals.TypeOfDictionaryEnumerator.GetConstructor(Globals.ScanAllMembers, null, new Type[] { Globals.TypeOfIDictionaryEnumerator }, null);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
452enumeratorType = Globals.TypeOfDictionaryEnumerator;