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