File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66using System ;
77using System . Threading ;
88using System . Diagnostics ;
9+ using BinaryObjectScanner ;
910
10- namespace BinaryObjectScanner
11+ namespace ProtectionScan
1112{
1213 /// <summary>
1314 /// Provides an IProgress{T} that invokes callbacks for each reported progress value.
@@ -21,7 +22,7 @@ namespace BinaryObjectScanner
2122 /// at the time of construction, the callbacks will be invoked on the ThreadPool.
2223 /// </remarks>
2324 /// <see href="https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Progress.cs"/>
24- public class Progress < T > : IProgress < T > where T : EventArgs
25+ internal class Progress < T > : IProgress < T > where T : EventArgs
2526 {
2627 /// <summary>The synchronization context captured upon construction. This will never be null.</summary>
2728 private readonly SynchronizationContext ? _synchronizationContext ;
You can’t perform that action at this time.
0 commit comments