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