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)
618bool mixed = IsMixed(type); 627if (IsMixed(t)) 1231if (IsMixed(type)) return null; 1336bool mixed = IsMixed(type);