2 writes to IsMixed
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1694
typeModel.TypeDesc.
IsMixed
= true;
1939
typeModel.TypeDesc.
IsMixed
= true;
5 references to IsMixed
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (5)
200
bool isMixed = isUnbounded && member.Mapping.TypeDesc.ArrayElementTypeDesc != null ? member.Mapping.TypeDesc.ArrayElementTypeDesc.
IsMixed
: member.Mapping.TypeDesc.
IsMixed
;
202
if (isMixed && member.Mapping.TypeDesc.
IsMixed
)
458
type.IsMixed = mapping.TypeDesc.
IsMixed
;
479
type.IsMixed = mapping.TypeDesc.
IsMixed
;