2 writes to decoded
System.ServiceModel (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
232
decoded
= name;
251
decoded
= NamingHelper.CodeName(encoded);
6 references to decoded
System.ServiceModel (6)
System\ServiceModel\Description\ServiceReflector.cs (6)
241
encoded = NamingHelper.XmlName(
decoded
);
250
if (
decoded
== null)
252
return
decoded
;
270
bool IsEmpty { get { return string.IsNullOrEmpty(encoded) && string.IsNullOrEmpty(
decoded
); } }
311
if (encoded == null &&
decoded
== null)
315
return
decoded
;