1 write to s_throwRequiredMemberMissingExceptionMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
412
s_throwRequiredMemberMissingExceptionMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("ThrowRequiredMemberMissingException", Globals.ScanAllMembers);
3 references to s_throwRequiredMemberMissingExceptionMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
410
if (
s_throwRequiredMemberMissingExceptionMethod
== null)
413
Debug.Assert(
s_throwRequiredMemberMissingExceptionMethod
!= null);
415
return
s_throwRequiredMemberMissingExceptionMethod
;