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