1 instantiation of CumulativeRemoveElementData
Microsoft.Build (1)
Definition\Project.cs (1)
2548return new CumulativeRemoveElementData
7 references to CumulativeRemoveElementData
Microsoft.Build (7)
Definition\Project.cs (7)
2546public static CumulativeRemoveElementData Create() 2596var removeElementCache = new Dictionary<string, CumulativeRemoveElementData>(projectItemElements.Count); 2623private GlobResult BuildGlobResultFromIncludeItem(ProjectItemElement itemElement, IReadOnlyDictionary<string, CumulativeRemoveElementData> removeElementCache) 2664if (removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData removeItemElement)) 2686private void CacheInformationFromRemoveItem(ProjectItemElement itemElement, Dictionary<string, CumulativeRemoveElementData> removeElementCache) 2688if (!removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData cumulativeRemoveElementData)) 2690cumulativeRemoveElementData = CumulativeRemoveElementData.Create();