6 references to FindSchemaByNSAndUrl
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (4)
330
if (_schemas.ContainsKey(schema.SchemaId) ||
FindSchemaByNSAndUrl
(schema.BaseUri, tns, null) != null)
788
if (
FindSchemaByNSAndUrl
(new Uri(reader.BaseURI!, UriKind.RelativeOrAbsolute), targetNamespace, null) != null)
821
if (validatedNamespaces[tns] != null && (
FindSchemaByNSAndUrl
(impSchema.BaseUri, tns, oldLocations) == null))
1237
XmlSchema? chameleonSchema =
FindSchemaByNSAndUrl
(schemaUri, targetNamespace, null);
System\Xml\Schema\XmlSchemaValidator.cs (2)
334
if (_validatedNamespaces[tns] != null && _schemaSet.
FindSchemaByNSAndUrl
(schema.BaseUri, tns, oldLocations) == null)
353
if (_validatedNamespaces[tns] != null && _schemaSet.
FindSchemaByNSAndUrl
(impSchema.BaseUri, tns, oldLocations) == null)