We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e265ce9 commit 4826945Copy full SHA for 4826945
1 file changed
src/libraries/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.Linux.cs
@@ -97,7 +97,7 @@ private void FinalizeDispose()
97
98
private INotify.Watcher? _watcher;
99
100
- private void RestartForInternalBufferSize()
+ private static void RestartForInternalBufferSize()
101
{
102
// The implementation is not using InternalBufferSize. There's no need to restart.
103
}
0 commit comments