Base:
property
IsMixed
Microsoft.Xml.Schema.XmlSchemaType.IsMixed
18 writes to IsMixed
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (5)
747ct.IsMixed = true; 796ct.IsMixed = true; 925ct.IsMixed = true; 934ct.IsMixed = true; 967ct.IsMixed = true;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
53s_untypedAnyType.IsMixed = true;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1629builder._complexType.IsMixed = builder.ParseBoolean(value, "mixed");
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (8)
181type.IsMixed = true; 227type.IsMixed = isMixed; 458type.IsMixed = mapping.TypeDesc.IsMixed; 464type.IsMixed = true; 479type.IsMixed = mapping.TypeDesc.IsMixed; 485type.IsMixed = true; 1133type.IsMixed = true; 1152type.IsMixed = true;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (2)
90anyElementType.IsMixed = false; 102anyType.IsMixed = true;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11340o.@IsMixed = Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
11 references to IsMixed
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1810if (!content.HasMixedAttribute && complexType.IsMixed)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1702(complexContent == null && complexType.IsMixed))
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1453if (!content.HasMixedAttribute && complexType.IsMixed)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2037(complexContent == null && complexType.IsMixed))
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
813if (((System.Boolean)o.@IsMixed) != false) 815WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsMixed)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
144if (complexType.IsMixed != mixed)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
798bool mixed = ct.IsMixed;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1357if (type.IsMixed)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
3965if (((global::System.Boolean)o.@IsMixed) != false) 3967WriteAttribute(@"mixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsMixed)));