5 references to AnyTypeContentValidator
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1981
return XmlSchemaComplexType.
AnyTypeContentValidator
;
1985
return XmlSchemaComplexType.
AnyTypeContentValidator
;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2336
return XmlSchemaComplexType.
AnyTypeContentValidator
;
2340
return XmlSchemaComplexType.
AnyTypeContentValidator
;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
56
untypedAnyType.ElementDecl.ContentValidator =
AnyTypeContentValidator
;