3 writes to _asynchronousComputationCancellationSource
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
Threading\AsyncLazy`1.cs (3)
245
_asynchronousComputationCancellationSource
= new CancellationTokenSource();
337
_asynchronousComputationCancellationSource
= null;
394
_asynchronousComputationCancellationSource
= null;
4 references to _asynchronousComputationCancellationSource
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Threading\AsyncLazy`1.cs (4)
149
Assumed.False(
_asynchronousComputationCancellationSource
!= null &&
248
return new(_asynchronousComputeFunction,
_asynchronousComputationCancellationSource
);
391
if (
_asynchronousComputationCancellationSource
!= null)
393
cancellationTokenSource =
_asynchronousComputationCancellationSource
;