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