1 write to s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
300
s_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)
298
if (
s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
== null)
301
Debug.Assert(
s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
!= null);
303
return
s_throwNullValueReturnedForGetOnlyCollectionExceptionMethod
;