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