5 references to IsNullOrEmpty
System.ServiceModel.Primitives (5)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
80
if (!XmlName.
IsNullOrEmpty
(_name))
System\ServiceModel\Description\TypeLoader.cs (4)
1103
if (XmlName.
IsNullOrEmpty
(existingFault.ElementName) && XmlName.
IsNullOrEmpty
(fault.ElementName) && existingFault.DetailType == fault.DetailType)
1109
if (!XmlName.
IsNullOrEmpty
(existingFault.ElementName) && !XmlName.
IsNullOrEmpty
(fault.ElementName) && existingFault.ElementName == fault.ElementName && existingFault.Namespace == fault.Namespace)