4 references to IsNullOrEmpty
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractExporter.cs (4)
266if (IsNullOrEmpty(typeName)) 283if (IsNullOrEmpty(elementName)) 299EnsureXsdImport(IsNullOrEmpty(elementName) ? typeName.Namespace : elementName.Namespace, message.ServiceDescription); 560if (IsNullOrEmpty(typeName) && xsdType == null)