1 write to storeIsGetOnlyCollectionMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
311storeIsGetOnlyCollectionMethod = typeof(XmlObjectSerializerWriteContext).GetMethod("StoreIsGetOnlyCollection", Globals.ScanAllMembers);
2 references to storeIsGetOnlyCollectionMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
310if (storeIsGetOnlyCollectionMethod == null) 312return storeIsGetOnlyCollectionMethod;