2 writes to decoded
System.ServiceModel (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
232decoded = name; 251decoded = NamingHelper.CodeName(encoded);
6 references to decoded
System.ServiceModel (6)
System\ServiceModel\Description\ServiceReflector.cs (6)
241encoded = NamingHelper.XmlName(decoded); 250if (decoded == null) 252return decoded; 270bool IsEmpty { get { return string.IsNullOrEmpty(encoded) && string.IsNullOrEmpty(decoded); } } 311if (encoded == null && decoded == null) 315return decoded;