2 writes to _encoded
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
238_encoded = name; 251_encoded = NamingHelper.XmlName(_decoded);
7 references to _encoded
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (7)
250if (_encoded == null) 252return _encoded; 261_decoded = NamingHelper.CodeName(_encoded); 280private bool IsEmpty { get { return string.IsNullOrEmpty(_encoded) && string.IsNullOrEmpty(_decoded); } } 321if (_encoded == null && _decoded == null) 323if (_encoded != null) 324return _encoded;