2 writes to _decoded
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
261
_decoded
= name;
284
_decoded
= NamingHelper.CodeName(_encoded);
6 references to _decoded
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\ServiceReflector.cs (6)
271
_encoded = NamingHelper.XmlName(
_decoded
);
282
if (
_decoded
== null)
287
return
_decoded
;
308
private bool IsEmpty { get { return string.IsNullOrEmpty(_encoded) && string.IsNullOrEmpty(
_decoded
); } }
352
if (_encoded == null &&
_decoded
== null)
362
return
_decoded
;