We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33215f2 commit 05e76eeCopy full SHA for 05e76ee
src/Enyim.Caching/Configuration/MemcachedClientConfiguration.cs
@@ -24,7 +24,6 @@ public class MemcachedClientConfiguration : IMemcachedClientConfiguration
24
private ITranscoder _transcoder;
25
private IMemcachedKeyTransformer _keyTransformer;
26
27
-
28
/// <summary>
29
/// Initializes a new instance of the <see cref="T:MemcachedClientConfiguration"/> class.
30
/// </summary>
src/Enyim.Caching/Memcached/PooledSocket.cs
@@ -12,7 +12,7 @@
12
13
namespace Enyim.Caching.Memcached
14
{
15
- [DebuggerDisplay("[ Address: {endpoint}, IsAlive = {IsAlive} ]")]
+ [DebuggerDisplay("[ Address: {_endpoint}, IsAlive = {_isAlive} ]")]
16
public partial class PooledSocket : IDisposable
17
18
private readonly ILogger _logger;
0 commit comments