1 instantiation of CumulativeRemoveElementData
Microsoft.Build (1)
Evaluation\GlobResultBuilder.cs (1)
199
return new
CumulativeRemoveElementData
7 references to CumulativeRemoveElementData
Microsoft.Build (7)
Evaluation\GlobResultBuilder.cs (7)
80
var removeElementCache = new Dictionary<string,
CumulativeRemoveElementData
>(projectItemElements.Count);
107
private static GlobResult? BuildGlobResultFromIncludeItem<P, I>(ProjectItemElement itemElement, IReadOnlyDictionary<string,
CumulativeRemoveElementData
> removeElementCache, Expander<P, I> expander)
150
if (removeElementCache.TryGetValue(itemElement.ItemType, out
CumulativeRemoveElementData
removeItemElement))
172
private static void CacheInformationFromRemoveItem<P, I>(ProjectItemElement itemElement, Dictionary<string,
CumulativeRemoveElementData
> removeElementCache, Expander<P, I> expander)
176
if (!removeElementCache.TryGetValue(itemElement.ItemType, out
CumulativeRemoveElementData
cumulativeRemoveElementData))
178
cumulativeRemoveElementData =
CumulativeRemoveElementData
.Create();
197
public static
CumulativeRemoveElementData
Create()