5 writes to @IsMixed
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9947
o.
@IsMixed
= System.Xml.XmlConvert.ToBoolean(Reader.Value);
System.Xml (4)
System\Xml\Schema\Preprocessor.cs (1)
1468
content.
IsMixed
= true; // fixup
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1154
content.
IsMixed
= true; // fixup
System\Xml\Schema\XsdBuilder.cs (1)
1537
builder.complexContent.
IsMixed
= builder.ParseBoolean(value, "mixed");
System\Xml\Serialization\XmlSchemaExporter.cs (1)
895
model.
IsMixed
= XmlSchemaImporter.IsMixed((XmlSchemaComplexType)types[mapping.BaseMapping]);
6 references to @IsMixed
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
467
if (complexContent.
IsMixed
)
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3488
WriteAttribute(@"mixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsMixed
)));
System.Xml (4)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1350
if ((complexContent != null && complexContent.
IsMixed
) ||
System\Xml\Schema\SchemaSetCompiler.cs (1)
1624
if ((complexContent != null && complexContent.
IsMixed
) ||
System\Xml\Serialization\SchemaObjectWriter.cs (1)
755
WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.
@IsMixed
)));
System\Xml\Serialization\XmlSchemaImporter.cs (1)
703
mixed = ((XmlSchemaComplexContent)ct.ContentModel).
IsMixed
;