1 instantiation of CumulativeRemoveElementData
Microsoft.Build (1)
Definition\Project.cs (1)
2578return new CumulativeRemoveElementData
7 references to CumulativeRemoveElementData
Microsoft.Build (7)
Definition\Project.cs (7)
2576public static CumulativeRemoveElementData Create() 2626var removeElementCache = new Dictionary<string, CumulativeRemoveElementData>(projectItemElements.Count); 2653private GlobResult BuildGlobResultFromIncludeItem(ProjectItemElement itemElement, IReadOnlyDictionary<string, CumulativeRemoveElementData> removeElementCache) 2694if (removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData removeItemElement)) 2716private void CacheInformationFromRemoveItem(ProjectItemElement itemElement, Dictionary<string, CumulativeRemoveElementData> removeElementCache) 2718if (!removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData cumulativeRemoveElementData)) 2720cumulativeRemoveElementData = CumulativeRemoveElementData.Create();