2 references to XmlMissingMethodEnum
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializationReader.cs (1)
2826if (enumMethodName == null) throw new InvalidOperationException(SR.Format(SR.XmlMissingMethodEnum, mapping.TypeDesc!.Name));
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
685if (enumMethodName == null) throw new InvalidOperationException(SR.Format(SR.XmlMissingMethodEnum, mapping.TypeDesc!.Name));