1 write to throwRequiredMemberMissingExceptionMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
448throwRequiredMemberMissingExceptionMethod = typeof(XmlObjectSerializerReadContext).GetMethod("ThrowRequiredMemberMissingException", Globals.ScanAllMembers);
2 references to throwRequiredMemberMissingExceptionMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
447if (throwRequiredMemberMissingExceptionMethod == null) 449return throwRequiredMemberMissingExceptionMethod;