2 writes to encoded
System.ServiceModel (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
228
encoded
= name;
241
encoded
= NamingHelper.XmlName(decoded);
7 references to encoded
System.ServiceModel (7)
System\ServiceModel\Description\ServiceReflector.cs (7)
240
if (
encoded
== null)
242
return
encoded
;
251
decoded = NamingHelper.CodeName(
encoded
);
270
bool IsEmpty { get { return string.IsNullOrEmpty(
encoded
) && string.IsNullOrEmpty(decoded); } }
311
if (
encoded
== null && decoded == null)
313
if (
encoded
!= null)
314
return
encoded
;