2 references to IsNamespaceSetExplicit
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\TypeLoader.cs (2)
1476string partNs = bodyAttr.IsNamespaceSetExplicit ? bodyAttr.Namespace : defaultNS; 1504string headerNs = headerAttr.IsNamespaceSetExplicit ? headerAttr.Namespace : defaultNS;