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