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