1 write to s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
300s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod = typeof(XmlObjectSerializerReadContext).GetMethod("ThrowNullValueReturnedForGetOnlyCollectionException", Globals.ScanAllMembers);
3 references to s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
298if (s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod == null) 301Debug.Assert(s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod != null); 303return s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod;