1 override of VerifySchemaValid
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
414internal override void VerifySchemaValid(XmlSchemaObjectTable notations, XmlSchemaObject caller) {/*noop*/}
4 references to VerifySchemaValid
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
2145decl.Datatype.VerifySchemaValid(_schema.Notations, xa); 2366decl.Datatype.VerifySchemaValid(_schema.Notations, xe);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
2555decl.Datatype.VerifySchemaValid(_notations, xa); 2798decl.Datatype.VerifySchemaValid(_notations, xe);