1 write to dictionaryEnumeratorCtor
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
103
dictionaryEnumeratorCtor
= Globals.TypeOfDictionaryEnumerator.GetConstructor(Globals.ScanAllMembers, null, new Type[] { Globals.TypeOfIDictionaryEnumerator }, null);
2 references to dictionaryEnumeratorCtor
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
102
if (
dictionaryEnumeratorCtor
== null)
104
return
dictionaryEnumeratorCtor
;