Replaced all usages of DisposableObject with DisposableObjectSlim

This commit is contained in:
Robert
2018-01-10 13:48:55 +01:00
parent d0d4885812
commit bba58ea0c0
16 changed files with 25 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Core
/// This will use the crypto libs to generate the hash and will try to ensure that
/// strings, etc... are not re-allocated so it's not consuming much memory.
/// </remarks>
internal class HashGenerator : DisposableObject
internal class HashGenerator : DisposableObjectSlim
{
public HashGenerator()
{