1 write to throwNullValueReturnedForGetOnlyCollectionExceptionMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
324
throwNullValueReturnedForGetOnlyCollectionExceptionMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("ThrowNullValueReturnedForGetOnlyCollectionException", Globals.ScanAllMembers);
2 references to throwNullValueReturnedForGetOnlyCollectionExceptionMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
323
if (
throwNullValueReturnedForGetOnlyCollectionExceptionMethod
== null)
325
return
throwNullValueReturnedForGetOnlyCollectionExceptionMethod
;