5 references to ThrowWrongValueTypeArgumentException
Microsoft.Build (5)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (2)
1085ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue)); 1122ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue));
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (3)
240ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 287ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T)); 883ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T));