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)
149Assumed.False(_asynchronousComputationCancellationSource != null && 248return new(_asynchronousComputeFunction, _asynchronousComputationCancellationSource); 391if (_asynchronousComputationCancellationSource != null) 393cancellationTokenSource = _asynchronousComputationCancellationSource;