12 references to ElementOnly
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
176if (contentType == XmlSchemaContentType.ElementOnly)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1318Debug.Assert(ContentType == XmlSchemaContentType.ElementOnly || ContentType == XmlSchemaContentType.Mixed);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1000pcv = new ParticleContentValidator(XmlSchemaContentType.ElementOnly);
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
108context.ElementDecl.ContentValidator.ContentType == XmlSchemaContentType.ElementOnly)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
1708return XmlSchemaContentType.ElementOnly; 2440if (complexType.ContentType == XmlSchemaContentType.ElementOnly)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
2043return XmlSchemaContentType.ElementOnly; 2883if (complexType.ContentType == XmlSchemaContentType.ElementOnly)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
866builder._contentValidator = new ParticleContentValidator(XmlSchemaContentType.ElementOnly);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
815case XmlSchemaContentType.ElementOnly: 1248case XmlSchemaContentType.ElementOnly: 2532if (contentType == XmlSchemaContentType.ElementOnly || (contentType == XmlSchemaContentType.Mixed && contentValidator != ContentValidator.Mixed && contentValidator != ContentValidator.Any))