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