2 references to XmlGetSchemaInclude
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1395
throw new InvalidOperationException(string.Format(ResXml.
XmlGetSchemaInclude
, _xsiType.Namespace, _getSchemaMethod.DeclaringType.FullName, _getSchemaMethod.Name));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
598
throw new InvalidOperationException(string.Format(ResXml.
XmlGetSchemaInclude
, baseQname.Namespace, typeof(IXmlSerializable).Name, "GetSchema"));