9 references to array
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (9)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
350ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);
src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
254case ExceptionArgument.array:
src\Dependencies\Collections\SegmentedDictionary`2.cs (6)
360ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 855ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 1293ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 1350ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 1501ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 1558ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);
src\Dependencies\Collections\SegmentedHashSet`1.cs (1)
791ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);