2 references to XmlIllegalTypedTextAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
651
throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalTypedTextAttribute
, TypeDesc.FullName, text.Name, text.Mapping.TypeDesc.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
871
throw new InvalidOperationException(string.Format(ResXml.
XmlIllegalTypedTextAttribute
, typeName, member.Text.Name, member.Text.Mapping.TypeDesc.FullName));