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