11 instantiations of ItemDataCollectionValue
Microsoft.Build (1)
Evaluation\LazyItemEvaluator.OrderedItemDataCollection.cs (1)
184
dictionaryValue = new
ItemDataCollectionValue
<I>(itemData.Item);
Microsoft.Build.Engine.UnitTests (10)
Definition\ItemDataCollectionValue_Tests.cs (10)
32
var value = new
ItemDataCollectionValue
<int>(1);
40
var value = new
ItemDataCollectionValue
<int>(1);
49
var value = new
ItemDataCollectionValue
<int>(1);
58
var value = new
ItemDataCollectionValue
<int>(1);
68
var value = new
ItemDataCollectionValue
<int>(1);
78
var value = new
ItemDataCollectionValue
<int>(1);
88
var value = new
ItemDataCollectionValue
<int>(1);
97
var value = new
ItemDataCollectionValue
<int>(1);
107
var value = new
ItemDataCollectionValue
<int>(1);
117
var value = new
ItemDataCollectionValue
<int>(1);
21 references to ItemDataCollectionValue
Microsoft.Build (10)
Evaluation\ItemSpec.cs (2)
338
public IList<string> IntersectsWith(IReadOnlyDictionary<string,
ItemDataCollectionValue
<I>> itemsByNormalizedValue)
351
if (itemsByNormalizedValue.TryGetValue(key, out
var
multiValue))
Evaluation\LazyItemEvaluator.OrderedItemDataCollection.cs (8)
35
private Dictionary<string,
ItemDataCollectionValue
<I>> _dictionaryBuilder;
71
ItemDataCollectionValue
<I> oldDictionaryEntry = _dictionaryBuilder[oldNormalizedValue];
82
ItemDataCollectionValue
<I> newDictionaryEntry = _dictionaryBuilder[newNormalizedValue];
89
ItemDataCollectionValue
<I> dictionaryEntry = _dictionaryBuilder[newNormalizedValue];
101
public Dictionary<string,
ItemDataCollectionValue
<I>> Dictionary
107
_dictionaryBuilder = new Dictionary<string,
ItemDataCollectionValue
<I>>(StringComparer.OrdinalIgnoreCase);
153
if (dictionary.TryGetValue(itemValue, out
var
multiItem))
182
if (!_dictionaryBuilder.TryGetValue(key, out
var
dictionaryValue))
Microsoft.Build.Engine.UnitTests (11)
Definition\ItemDataCollectionValue_Tests.cs (11)
19
private int[] MakeArray(
ItemDataCollectionValue
<int> value)
32
var
value = new ItemDataCollectionValue<int>(1);
40
var
value = new ItemDataCollectionValue<int>(1);
49
var
value = new ItemDataCollectionValue<int>(1);
58
var
value = new ItemDataCollectionValue<int>(1);
68
var
value = new ItemDataCollectionValue<int>(1);
78
var
value = new ItemDataCollectionValue<int>(1);
88
var
value = new ItemDataCollectionValue<int>(1);
97
var
value = new ItemDataCollectionValue<int>(1);
107
var
value = new ItemDataCollectionValue<int>(1);
117
var
value = new ItemDataCollectionValue<int>(1);