2 writes to _sourceCancellation
Microsoft.Maui (2)
ImageSources\ImageSourceServiceResultManager.cs (2)
41
_sourceCancellation
= new CancellationTokenSource();
77
_sourceCancellation
= null;
3 references to _sourceCancellation
Microsoft.Maui (3)
ImageSources\ImageSourceServiceResultManager.cs (3)
30
_sourceCancellation
?.Token ?? default;
40
_sourceCancellation
?.Cancel();
76
_sourceCancellation
?.Dispose();