5 references to IsMixed
System.Private.Xml (5)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1006model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)_types[mapping.BaseMapping]!);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
641bool mixed = IsMixed(type); 650if (IsMixed(t)) 1264if (IsMixed(type)) return null; 1369bool mixed = IsMixed(type);