4 references to MsDataNamespace
dotnet-svcutil-lib (4)
SchemaImporterExtensions\DataSetSchemaImporterExtension.cs (4)
307if (attr.NamespaceURI == MsDataNamespace && attr.LocalName == localName) 355if (element.NamespaceURI == MsDataNamespace && element.LocalName == localName) 366if (attr != null && attr.NamespaceURI == MsDataNamespace && attr.LocalName == localName) 381if (attr != null && attr.NamespaceURI == MsDataNamespace && attr.LocalName == localName)