1 write to s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
321
s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("ThrowNullValueReturnedForGetOnlyCollectionException", Globals.ScanAllMembers);
3 references to s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
319
if (
s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
== null)
322
Debug.Assert(
s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
!= null);
324
return
s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
;