1 override of VerifySchemaValid
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
372internal override void VerifySchemaValid(XmlSchemaObjectTable notations, XmlSchemaObject caller) {/*noop*/}
4 references to VerifySchemaValid
System.Xml (4)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1699decl.Datatype.VerifySchemaValid(this.schema.Notations, xa); 1876decl.Datatype.VerifySchemaValid(this.schema.Notations, xe);
System\Xml\Schema\SchemaSetCompiler.cs (2)
2029decl.Datatype.VerifySchemaValid(notations, xa); 2223decl.Datatype.VerifySchemaValid(notations, xe);