8 references to ThrowIfTrue
Microsoft.CodeAnalysis.InteractiveHost (8)
AsyncLazy`1.cs (6)
150Contract.ThrowIfTrue(_asynchronousComputationCancellationSource != null && 154Contract.ThrowIfTrue(_requests != null && 159Contract.ThrowIfTrue(_requests != null && 163Contract.ThrowIfTrue(_cachedResult != null && 168Contract.ThrowIfTrue(_asynchronousComputeFunction == null && _synchronousComputeFunction != null); 360Contract.ThrowIfTrue(_computationActive);
Interactive\Core\InteractiveHost.cs (2)
404Contract.ThrowIfTrue(referenceSearchPaths.IsDefault); 405Contract.ThrowIfTrue(sourceSearchPaths.IsDefault);