1 instantiation of CumulativeRemoveElementData
Microsoft.Build (1)
Definition\Project.cs (1)
2543return new CumulativeRemoveElementData
7 references to CumulativeRemoveElementData
Microsoft.Build (7)
Definition\Project.cs (7)
2541public static CumulativeRemoveElementData Create() 2591var removeElementCache = new Dictionary<string, CumulativeRemoveElementData>(projectItemElements.Count); 2618private GlobResult BuildGlobResultFromIncludeItem(ProjectItemElement itemElement, IReadOnlyDictionary<string, CumulativeRemoveElementData> removeElementCache) 2645if (removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData removeItemElement)) 2667private void CacheInformationFromRemoveItem(ProjectItemElement itemElement, Dictionary<string, CumulativeRemoveElementData> removeElementCache) 2669if (!removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData cumulativeRemoveElementData)) 2671cumulativeRemoveElementData = CumulativeRemoveElementData.Create();