Implemented interface member:
property
this
Microsoft.Build.Collections.IMultiDictionary<K, V>.this[K]
6 references to
Microsoft.Build (1)
Definition\Project.cs (1)
4608
ICollection<ProjectItem> items = new ReadOnlyCollection<ProjectItem>(ItemsByEvaluatedIncludeCache
[
evaluatedInclude]);
Microsoft.Build.Engine.UnitTests (5)
Collections\MultiDictionary_Tests.cs (5)
31
foreach (string value in dictionary
[
"x"])
105
List<string> values = Helpers.MakeList<string>(dictionary
[
"x"]);
112
values = Helpers.MakeList<string>(dictionary
[
"y"]);
117
values = Helpers.MakeList<string>(dictionary
[
"z"]);
143
List<string> values = Helpers.MakeList<string>(dictionary
[
"x"]);