6 references to FindSchemaByNSAndUrl
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
447
if (_schemas.ContainsKey(schema.SchemaId) ||
FindSchemaByNSAndUrl
(schema.BaseUri, tns, null) != null)
951
if (
FindSchemaByNSAndUrl
(new Uri(reader.BaseURI, UriKind.RelativeOrAbsolute), targetNamespace, null) != null)
988
if (validatedNamespaces[tns] != null && (
FindSchemaByNSAndUrl
(impSchema.BaseUri, tns, oldLocations) == null))
1412
XmlSchema chameleonSchema =
FindSchemaByNSAndUrl
(schemaUri, targetNamespace, null);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
346
if (_validatedNamespaces[tns] != null && _schemaSet.
FindSchemaByNSAndUrl
(schema.BaseUri, tns, oldLocations) == null)
369
if (_validatedNamespaces[tns] != null && _schemaSet.
FindSchemaByNSAndUrl
(impSchema.BaseUri, tns, oldLocations) == null)