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