2 references to XmlSoapInvalidAttributeUse
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (2)
356
throw new InvalidOperationException(string.Format(ResXml.
XmlSoapInvalidAttributeUse
, type.Name, type.QualifiedName.Namespace));
361
if (attr.Use != XmlSchemaUse.Prohibited) throw new InvalidOperationException(string.Format(ResXml.
XmlSoapInvalidAttributeUse
, type.Name, type.QualifiedName.Namespace));