1 instantiation of CumulativeRemoveElementData
Microsoft.Build (1)
Definition\Project.cs (1)
2542return new CumulativeRemoveElementData
7 references to CumulativeRemoveElementData
Microsoft.Build (7)
Definition\Project.cs (7)
2540public static CumulativeRemoveElementData Create() 2590var removeElementCache = new Dictionary<string, CumulativeRemoveElementData>(projectItemElements.Count); 2617private GlobResult BuildGlobResultFromIncludeItem(ProjectItemElement itemElement, IReadOnlyDictionary<string, CumulativeRemoveElementData> removeElementCache) 2644if (removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData removeItemElement)) 2666private void CacheInformationFromRemoveItem(ProjectItemElement itemElement, Dictionary<string, CumulativeRemoveElementData> removeElementCache) 2668if (!removeElementCache.TryGetValue(itemElement.ItemType, out CumulativeRemoveElementData cumulativeRemoveElementData)) 2670cumulativeRemoveElementData = CumulativeRemoveElementData.Create();