5 references to IsMixed
System.Xml (5)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
895model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)types[mapping.BaseMapping]);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
652bool mixed = IsMixed(type); 659if (IsMixed(t)) { 1183if (IsMixed(type)) return null; 1283bool mixed = IsMixed(type);