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); 282if (_decoded == null) 287return _decoded; 308private bool IsEmpty { get { return string.IsNullOrEmpty(_encoded) && string.IsNullOrEmpty(_decoded); } } 352if (_encoded == null && _decoded == null) 362return _decoded;