4 writes to IsMixed
System.Private.Xml (4)
System\Xml\Schema\Preprocessor.cs (1)
1777
content.
IsMixed
= true; // fixup
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1442
content.
IsMixed
= true; // fixup
System\Xml\Schema\XsdBuilder.cs (1)
1654
builder._complexContent!.
IsMixed
= builder.ParseBoolean(value, "mixed");
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1006
model.
IsMixed
= XmlSchemaImporter.IsMixed((XmlSchemaComplexType)_types[mapping.BaseMapping]!);
5 references to IsMixed
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
461
if (complexContent.
IsMixed
)
System.Private.Xml (4)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1699
if ((complexContent != null && complexContent.
IsMixed
) ||
System\Xml\Schema\SchemaSetCompiler.cs (1)
2050
if ((complexContent != null && complexContent.
IsMixed
) ||
System\Xml\Serialization\SchemaObjectWriter.cs (1)
907
WriteAttribute(@"mixed", @"", XmlConvert.ToString((bool)((bool)o.
@IsMixed
)));
System\Xml\Serialization\XmlSchemaImporter.cs (1)
704
mixed = ((XmlSchemaComplexContent)ct.ContentModel).
IsMixed
;