2 writes to _decoded
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
242
_decoded
= name;
261
_decoded
= NamingHelper.CodeName(_encoded);
6 references to _decoded
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (6)
251
_encoded = NamingHelper.XmlName(
_decoded
);
260
if (
_decoded
== null)
262
return
_decoded
;
280
private bool IsEmpty { get { return string.IsNullOrEmpty(_encoded) && string.IsNullOrEmpty(
_decoded
); } }
321
if (_encoded == null &&
_decoded
== null)
325
return
_decoded
;