Base:
property
IsMixed
System.Xml.Schema.XmlSchemaType.IsMixed
18 writes to IsMixed
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
724anyType.IsMixed = true; 738anyElementType.IsMixed = false;
System.Private.Xml (15)
System\Xml\Schema\Inference\Infer.cs (5)
729ct.IsMixed = true; 778ct.IsMixed = true; 907ct.IsMixed = true; 916ct.IsMixed = true; 948ct.IsMixed = true;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
43untypedAny.IsMixed = true;
System\Xml\Schema\XsdBuilder.cs (1)
1624builder._complexType!.IsMixed = builder.ParseBoolean(value, "mixed");
System\Xml\Serialization\XmlSchemaExporter.cs (8)
155type.IsMixed = true; 200type.IsMixed = isMixed; 419type.IsMixed = mapping.TypeDesc.IsMixed; 425type.IsMixed = true; 440type.IsMixed = mapping.TypeDesc.IsMixed; 446type.IsMixed = true; 1090type.IsMixed = true; 1109type.IsMixed = true;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11268o.@IsMixed = Xml.XmlConvert.ToBoolean(Reader.Value);
11 references to IsMixed
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1349if (type.IsMixed)
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1775if (!content.HasMixedAttribute && complexType.IsMixed)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1700(complexContent == null && complexType.IsMixed))
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1440if (!content.HasMixedAttribute && complexType.IsMixed)
System\Xml\Schema\SchemaSetCompiler.cs (1)
2051(complexContent == null && complexType.IsMixed))
System\Xml\Serialization\SchemaObjectWriter.cs (2)
812if ((bool)o.@IsMixed) 814WriteAttribute(@"mixed", @"", XmlConvert.ToString((bool)(bool)o.@IsMixed));
System\Xml\Serialization\XmlSchemaExporter.cs (1)
120if (complexType.IsMixed != mixed)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
674bool mixed = ct.IsMixed;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3703if (((global::System.Boolean)o.@IsMixed) != false) { 3704WriteAttribute(@"mixed", @"", Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsMixed)));