2 writes to _completionSource
Microsoft.Maui.Controls (2)
ImageSource.cs (2)
58 TaskCompletionSource<bool> original = Interlocked.CompareExchange(ref _completionSource, new TaskCompletionSource<bool>(), null); 129 TaskCompletionSource<bool> tcs = Interlocked.Exchange(ref _completionSource, null);
1 reference to _completionSource
Microsoft.Maui.Controls (1)
ImageSource.cs (1)
126 if (!IsLoading || _completionSource == null)