3 references to Mixed
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2446return ContentValidator.Mixed;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2889return ContentValidator.Mixed;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2532if (contentType == XmlSchemaContentType.ElementOnly || (contentType == XmlSchemaContentType.Mixed && contentValidator != ContentValidator.Mixed && contentValidator != ContentValidator.Any))