4 references to XmlMissingSchema
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
1391
throw new InvalidOperationException(string.Format(ResXml.
XmlMissingSchema
, _xsiType.Namespace));
1400
throw new InvalidOperationException(string.Format(ResXml.
XmlMissingSchema
, _xsiType.Namespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
138
if (schema == null) throw new InvalidOperationException(string.Format(ResXml.
XmlMissingSchema
, referencingNs));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
594
throw new InvalidOperationException(string.Format(ResXml.
XmlMissingSchema
, baseQname.Namespace));