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