20 instantiations of XmlSchemaInferenceException
System.Private.Xml (20)
System\Xml\Schema\Inference\Infer.cs (20)
195throw new XmlSchemaInferenceException(SR.SchInf_schema, 0, 0); 260throw new XmlSchemaInferenceException(SR.SchInf_NoElement, 0, 0); 269throw new XmlSchemaInferenceException(SR.SchInf_schema, 0, 0); 496throw new XmlSchemaInferenceException(SR.SchInf_schema, 0, 0); 699throw new XmlSchemaInferenceException(SR.SchInf_entity, 0, 0); 918throw new XmlSchemaInferenceException(SR.SchInf_particle, 0, 0); 947throw new XmlSchemaInferenceException(SR.SchInf_ct, 0, 0); 954throw new XmlSchemaInferenceException(SR.SchInf_entity, 0, 0); 972throw new XmlSchemaInferenceException(SR.SchInf_seq, 0, 0); 984throw new XmlSchemaInferenceException(SR.SchInf_simplecontent, 0, 0); 989throw new XmlSchemaInferenceException(SR.SchInf_extension, 0, 0); 1033throw new XmlSchemaInferenceException(SR.SchInf_schema, 0, 0); 1062throw new XmlSchemaInferenceException(SR.SchInf_UnknownParticle, 0, 0); 1090throw new XmlSchemaInferenceException(SR.SchInf_UnknownParticle, 0, 0); 1120throw new XmlSchemaInferenceException(SR.SchInf_UnknownParticle, 0, 0); 1194throw new XmlSchemaInferenceException(SR.SchInf_noseq, 0, 0); 1207throw new XmlSchemaInferenceException(SR.SchInf_schema, 0, 0); 1224throw new XmlSchemaInferenceException(SR.Sch_NotXsiAttribute, localName); 1401throw new XmlSchemaInferenceException(SR.SchInf_noct, 0, 0); 2505throw new XmlSchemaInferenceException(SR.SchInf_schematype, 0, 0);
3 references to XmlSchemaInferenceException
netstandard (1)
netstandard.cs (1)
2337[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInferenceException))]
System.Xml (1)
System.Xml.cs (1)
62[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInferenceException))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
61[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInferenceException))]