Implemented interface member:
4 references to Dispose
Microsoft.Extensions.Caching.Hybrid (4)
Internal\DefaultHybridCache.L2.cs (2)
59
writer.
Dispose
(); // it is not accidental that this isn't "using"; avoid recycling if not 100% sure what happened
76
writer.
Dispose
(); // it is not accidental that this isn't "using"; avoid recycling if not 100% sure what happened
Internal\DefaultHybridCache.Serialization.cs (2)
71
writer.
Dispose
(); // we're done with the writer
90
writer.
Dispose
();