2 references to XmlIllegalTypedTextAttribute
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (1)
639throw new InvalidOperationException(SR.Format(SR.XmlIllegalTypedTextAttribute, TypeDesc!.FullName, text.Name, text.Mapping.TypeDesc.FullName));
System\Xml\Serialization\XmlReflectionImporter.cs (1)
856throw new InvalidOperationException(SR.Format(SR.XmlIllegalTypedTextAttribute, typeName, member.Text.Name, member.Text.Mapping.TypeDesc.FullName));