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)
269if (_encoded == null) 274return _encoded; 284_decoded = NamingHelper.CodeName(_encoded); 308private bool IsEmpty { get { return string.IsNullOrEmpty(_encoded) && string.IsNullOrEmpty(_decoded); } } 352if (_encoded == null && _decoded == null) 357if (_encoded != null) 359return _encoded;