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