6 references to FindSchemaByNSAndUrl
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (4)
342
if (_schemas.ContainsKey(schema.SchemaId) ||
FindSchemaByNSAndUrl
(schema.BaseUri, tns, null) != null)
800
if (
FindSchemaByNSAndUrl
(new Uri(reader.BaseURI!, UriKind.RelativeOrAbsolute), targetNamespace, null) != null)
833
if (validatedNamespaces[tns] != null && (
FindSchemaByNSAndUrl
(impSchema.BaseUri, tns, oldLocations) == null))
1249
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)