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); 260if (_decoded == null) 262return _decoded; 280private bool IsEmpty { get { return string.IsNullOrEmpty(_encoded) && string.IsNullOrEmpty(_decoded); } } 321if (_encoded == null && _decoded == null) 325return _decoded;