1 write to s_storeCollectionMemberInfoMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
268s_storeCollectionMemberInfoMethod = typeof(XmlObjectSerializerReadContext).GetMethod("StoreCollectionMemberInfo", Globals.ScanAllMembers, new Type[] { typeof(object) });
3 references to s_storeCollectionMemberInfoMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
266if (s_storeCollectionMemberInfoMethod == null) 269Debug.Assert(s_storeCollectionMemberInfoMethod != null); 271return s_storeCollectionMemberInfoMethod;