2 references to ParticleContentValidator
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (1)
971public ParticleContentValidator(XmlSchemaContentType contentType) : this(contentType, true) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
2309ParticleContentValidator contentValidator = new ParticleContentValidator(complexType.ContentType, CompilationSettings.EnableUpaCheck);