5 references to value
Microsoft.CodeAnalysis.Collections.Package (5)
Internal\ThrowHelper.cs (1)
262case ExceptionArgument.value:
Segmented\SegmentedDictionary`2.cs (2)
1074ThrowHelper.IfNullAndNullsAreIllegalThenThrow<TValue>(value, ExceptionArgument.value); 1110ThrowHelper.IfNullAndNullsAreIllegalThenThrow<TValue>(value, ExceptionArgument.value);
Segmented\SegmentedList`1.cs (2)
133ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.value, ExceptionResource.ArgumentOutOfRange_SmallCapacity); 232ThrowHelper.IfNullAndNullsAreIllegalThenThrow<T>(value, ExceptionArgument.value);