7 references to VerifyCollectionCopyToArguments
Microsoft.Build (7)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (2)
151
ErrorUtilities.
VerifyCollectionCopyToArguments
(array, nameof(array), arrayIndex, nameof(arrayIndex), count);
168
ErrorUtilities.
VerifyCollectionCopyToArguments
(array, nameof(array), arrayIndex, nameof(arrayIndex), _projectElements.Count);
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (2)
90
ErrorUtilities.
VerifyCollectionCopyToArguments
(array, nameof(array), arrayIndex, nameof(arrayIndex), _globalProperties.Count);
205
ErrorUtilities.
VerifyCollectionCopyToArguments
(array, nameof(array), arrayIndex, nameof(arrayIndex), _parent._globalProperties.Count);
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (1)
90
ErrorUtilities.
VerifyCollectionCopyToArguments
(array, nameof(array), arrayIndex, nameof(arrayIndex), Count);
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
222
ErrorUtilities.
VerifyCollectionCopyToArguments
(array, nameof(array), arrayIndex, nameof(arrayIndex), _list.Count);
Instance\ImmutableProjectCollections\ImmutableStringValuedListConverter.cs (1)
50
ErrorUtilities.
VerifyCollectionCopyToArguments
(array, nameof(array), arrayIndex, nameof(arrayIndex), _itemList.Count);