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