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