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