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