2 writes to _asynchronousComputeFunction
Microsoft.CodeAnalysis.Workspaces (2)
AsyncLazy`1.cs (2)
115_asynchronousComputeFunction = asynchronousComputeFunction; 485_asynchronousComputeFunction = null;
4 references to _asynchronousComputeFunction
Microsoft.CodeAnalysis.Workspaces (4)
AsyncLazy`1.cs (4)
164(_synchronousComputeFunction != null || _asynchronousComputeFunction != null)); 168Contract.ThrowIfTrue(_asynchronousComputeFunction == null && _synchronousComputeFunction != null); 361Contract.ThrowIfNull(_asynchronousComputeFunction); 366return new AsynchronousComputationToStart(_asynchronousComputeFunction, _asynchronousComputationCancellationSource);