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)
747
ct.
IsMixed
= true;
796
ct.
IsMixed
= true;
925
ct.
IsMixed
= true;
934
ct.
IsMixed
= true;
967
ct.
IsMixed
= true;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
53
s_untypedAnyType.
IsMixed
= true;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1629
builder._complexType.
IsMixed
= builder.ParseBoolean(value, "mixed");
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (8)
181
type.
IsMixed
= true;
227
type.
IsMixed
= isMixed;
458
type.
IsMixed
= mapping.TypeDesc.IsMixed;
464
type.
IsMixed
= true;
479
type.
IsMixed
= mapping.TypeDesc.IsMixed;
485
type.
IsMixed
= true;
1133
type.
IsMixed
= true;
1152
type.
IsMixed
= true;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (2)
90
anyElementType.
IsMixed
= false;
102
anyType.
IsMixed
= true;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11340
o.
@IsMixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
11 references to IsMixed
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1810
if (!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)
1453
if (!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)
813
if (((System.Boolean)o.
@IsMixed
) != false)
815
WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.
@IsMixed
)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
144
if (complexType.
IsMixed
!= mixed)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
798
bool mixed = ct.
IsMixed
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1357
if (type.
IsMixed
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
3965
if (((global::System.Boolean)o.
@IsMixed
) != false)
3967
WriteAttribute(@"mixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsMixed
)));