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