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