1 write to s_throwRequiredMemberMissingExceptionMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
412s_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)
410if (s_throwRequiredMemberMissingExceptionMethod == null) 413Debug.Assert(s_throwRequiredMemberMissingExceptionMethod != null); 415return s_throwRequiredMemberMissingExceptionMethod;