2 writes to _channel
Microsoft.DotNet.HotReload.Utils.Generator (2)
Util\FSWGen.cs (2)
19
_channel
= Channel.CreateUnbounded<System.IO.FileSystemEventArgs> (new UnboundedChannelOptions { SingleReader = true, AllowSynchronousContinuations = true});
47
_channel
= null;
4 references to _channel
Microsoft.DotNet.HotReload.Utils.Generator (4)
Util\FSWGen.cs (4)
30
_channel
?.Writer.WriteAsync (eventArgs).AsTask().Wait();
46
_channel
?.Writer.Complete();
60
var completion =
_channel
!.Reader.Completion.ContinueWith((t) => WhenAnyResult.Completion);
62
var readOne =
_channel
!.Reader.ReadAsync(cancellationToken).AsTask();