5 references to AnyTypeContentValidator
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
2412
return XmlSchemaComplexType.
AnyTypeContentValidator
;
2417
return XmlSchemaComplexType.
AnyTypeContentValidator
;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2881
return XmlSchemaComplexType.
AnyTypeContentValidator
;
2886
return XmlSchemaComplexType.
AnyTypeContentValidator
;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
49
untypedAny.ElementDecl.ContentValidator =
AnyTypeContentValidator
;