2 references to ParticleContentValidator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1130public ParticleContentValidator(XmlSchemaContentType contentType) : this(contentType, true)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2909ParticleContentValidator contentValidator = new ParticleContentValidator(complexType.ContentType, CompilationSettings.EnableUpaCheck);