2 writes to encoded
System.ServiceModel (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
228encoded = name; 241encoded = NamingHelper.XmlName(decoded);
7 references to encoded
System.ServiceModel (7)
System\ServiceModel\Description\ServiceReflector.cs (7)
240if (encoded == null) 242return encoded; 251decoded = NamingHelper.CodeName(encoded); 270bool IsEmpty { get { return string.IsNullOrEmpty(encoded) && string.IsNullOrEmpty(decoded); } } 311if (encoded == null && decoded == null) 313if (encoded != null) 314return encoded;