3 references to XmlInvalidSchemaElementType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (3)
202
throw new InvalidOperationException(string.Format(ResXml.
XmlInvalidSchemaElementType
, parentType.Name, parentType.Namespace, element.Name));
207
throw new InvalidOperationException(string.Format(ResXml.
XmlInvalidSchemaElementType
, parentType.Name, parentType.Namespace, element.Name));
301
throw new InvalidOperationException(string.Format(ResXml.
XmlInvalidSchemaElementType
, parentType.Name, parentType.Namespace, element.Name));