1 write to getCollectionMemberMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
285
getCollectionMemberMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("GetCollectionMember", Globals.ScanAllMembers);
2 references to getCollectionMemberMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
284
if (
getCollectionMemberMethod
== null)
286
return
getCollectionMemberMethod
;