3 instantiations of WaitForChangedResult
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (2)
562
tcs.TrySetResult(new
WaitForChangedResult
(e.ChangeType, e.Name, oldName: null, timedOut: false));
578
tcs.TrySetResult(new
WaitForChangedResult
(e.ChangeType, e.Name, e.OldName, timedOut: false));
System\IO\WaitForChangedResult.cs (1)
17
new
WaitForChangedResult
(changeType: 0, name: null, oldName: null, timedOut: true);
8 references to WaitForChangedResult
netstandard (1)
netstandard.cs (1)
972
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
WaitForChangedResult
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
584
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
WaitForChangedResult
))]
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.cs (5)
542
public
WaitForChangedResult
WaitForChanged(WatcherChangeTypes changeType) =>
545
public
WaitForChangedResult
WaitForChanged(WatcherChangeTypes changeType, int timeout)
550
var tcs = new TaskCompletionSource<
WaitForChangedResult
>();
620
WaitForChangedResult
.TimedOutResult;
623
public
WaitForChangedResult
WaitForChanged(WatcherChangeTypes changeType, TimeSpan timeout) =>
System\IO\WaitForChangedResult.cs (1)
16
internal static readonly
WaitForChangedResult
TimedOutResult =