Implemented interface member:
7 references to Dispose
Microsoft.Extensions.Caching.Hybrid (4)
Internal\DefaultHybridCache.L2.cs (2)
57
writer.
Dispose
(); // it is not accidental that this isn't "using"; avoid recycling if not 100% sure what happened
74
writer.
Dispose
(); // it is not accidental that this isn't "using"; avoid recycling if not 100% sure what happened
Internal\DefaultHybridCache.Serialization.cs (2)
69
writer.
Dispose
(); // we're done with the writer
88
writer.
Dispose
();
Microsoft.Extensions.Caching.Hybrid.Tests (3)
BufferReleaseTests.cs (1)
268
target.
Dispose
();
DistributedCacheTests.cs (2)
211
writer.
Dispose
(); // intentionally only recycle on success
273
writer.
Dispose
(); // intentionally only recycle on success