6 references to ReferenceItems
Microsoft.Build (6)
Graph\GraphBuilder.cs (6)
650
internal int Count =>
ReferenceItems
.Count;
656
ErrorUtilities.VerifyThrow(
ReferenceItems
.TryGetValue(key, out ProjectItemInstance referenceItem), "All requested keys should exist");
663
ReferenceItems
.AddOrUpdate(
699
ErrorUtilities.VerifyThrow(
ReferenceItems
.TryRemove(key, out _), "All requested keys should exist");
702
internal bool HasEdge((ProjectGraphNode node, ProjectGraphNode reference) key) =>
ReferenceItems
.ContainsKey(key);
706
return
ReferenceItems
.ToImmutableDictionary(