5 references to IsMixed
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1049
model.IsMixed = XmlSchemaImporter.
IsMixed
((XmlSchemaComplexType)_types[mapping.BaseMapping]);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (4)
742
bool mixed =
IsMixed
(type);
751
if (
IsMixed
(t))
1366
if (
IsMixed
(type)) return null;
1471
bool mixed =
IsMixed
(type);