2 writes to _valueFactory
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\CancellableLazy`1.cs (2)
20_valueFactory = valueFactory; 58Interlocked.Exchange<Func<CancellationToken, T>?>(ref _valueFactory, null);
3 references to _valueFactory
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\CancellableLazy`1.cs (3)
36if (_valueFactory == null) 55if (_valueFactory != null) 57_value = _valueFactory(cancellationToken);