2 references to XmlGetSchemaInclude
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (1)
1327throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaInclude, _xsiType.Namespace, _getSchemaMethod.DeclaringType!.FullName, _getSchemaMethod.Name));
System\Xml\Serialization\XmlReflectionImporter.cs (1)
582throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaInclude, baseQname.Namespace, nameof(IXmlSerializable), "GetSchema"));