6 references to FindSchemaByNSAndUrl
System.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (4)
387
if (this.schemas.ContainsKey(schema.SchemaId) ||
FindSchemaByNSAndUrl
(schema.BaseUri, tns, null) != null) { //Do not already existing url
822
if (
FindSchemaByNSAndUrl
(new Uri(reader.BaseURI, UriKind.RelativeOrAbsolute), targetNamespace, null) != null) {
852
if (validatedNamespaces[tns] != null && (
FindSchemaByNSAndUrl
(impSchema.BaseUri, tns, oldLocations) == null) ) {
1191
XmlSchema chameleonSchema =
FindSchemaByNSAndUrl
(schemaUri, targetNamespace, null);
System\Xml\Schema\XmlSchemaValidator.cs (2)
310
if (validatedNamespaces[tns] != null && schemaSet.
FindSchemaByNSAndUrl
(schema.BaseUri, tns, oldLocations) == null) {
327
if (validatedNamespaces[tns] != null && schemaSet.
FindSchemaByNSAndUrl
(impSchema.BaseUri, tns, oldLocations) == null) {