1 instantiation of CumulativeRemoveElementData
Microsoft.Build (1)
Definition\Project.cs (1)
2537return new CumulativeRemoveElementData
7 references to CumulativeRemoveElementData
Microsoft.Build (7)
Definition\Project.cs (7)
2535public static CumulativeRemoveElementData Create() 2585var removeElementCache = new Dictionary<string, CumulativeRemoveElementData>(projectItemElements.Count); 2612private GlobResult BuildGlobResultFromIncludeItem(ProjectItemElement itemElement, IReadOnlyDictionary<string, CumulativeRemoveElementData> removeElementCache) 2653if (removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData removeItemElement)) 2675private void CacheInformationFromRemoveItem(ProjectItemElement itemElement, Dictionary<string, CumulativeRemoveElementData> removeElementCache) 2677if (!removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData cumulativeRemoveElementData)) 2679cumulativeRemoveElementData = CumulativeRemoveElementData.Create();