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