1 override of VerifySchemaValid
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
411
internal override void
VerifySchemaValid
(XmlSchemaObjectTable notations, XmlSchemaObject caller) {/*noop*/}
4 references to VerifySchemaValid
System.Private.Xml (4)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
2065
decl.Datatype?.
VerifySchemaValid
(_schema!.Notations, xa);
2282
decl.Datatype?.
VerifySchemaValid
(_schema!.Notations, xe);
System\Xml\Schema\SchemaSetCompiler.cs (2)
2498
decl.Datatype?.
VerifySchemaValid
(_notations, xa);
2741
decl.Datatype?.
VerifySchemaValid
(_notations, xe);