1 write to s_dictionaryEnumeratorCtor
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
97
s_dictionaryEnumeratorCtor
= Globals.TypeOfDictionaryEnumerator.GetConstructor(Globals.ScanAllMembers, new Type[] { Globals.TypeOfIDictionaryEnumerator });
2 references to s_dictionaryEnumeratorCtor
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
96
if (
s_dictionaryEnumeratorCtor
== null)
98
return
s_dictionaryEnumeratorCtor
;