4 references to NamespacesEqual
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (4)
41if (NamespacesEqual(ns, schema.TargetNamespace) 42|| NamespacesEqual(ns, XmlSchema.Namespace) 43|| NamespacesEqual(ns, XmlSchema.InstanceNamespace)) 48if (item is XmlSchemaImport && NamespacesEqual(ns, ((XmlSchemaImport)item).Namespace))