2 writes to _encoded
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
257
_encoded
= name;
271
_encoded
= NamingHelper.XmlName(_decoded);
7 references to _encoded
System.ServiceModel.Primitives (7)
System\ServiceModel\Description\ServiceReflector.cs (7)
269
if (
_encoded
== null)
274
return
_encoded
;
284
_decoded = NamingHelper.CodeName(
_encoded
);
308
private bool IsEmpty { get { return string.IsNullOrEmpty(
_encoded
) && string.IsNullOrEmpty(_decoded); } }
352
if (
_encoded
== null && _decoded == null)
357
if (
_encoded
!= null)
359
return
_encoded
;