1 write to _projectElements
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
29
_projectElements
= projectElements;
5 references to _projectElements
Microsoft.Build (5)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (5)
30
_values = new ValuesCollection(
_projectElements
, constrainedProjectElements, convertElement);
43
public ICollection<string> Keys =>
_projectElements
.Keys;
55
public bool Contains(T item) =>
_projectElements
.ContainsKey(item.Key);
62
public bool Contains(KeyValuePair<string, T> item) =>
_projectElements
.ContainsKey(item.Key);
64
public bool ContainsKey(string key) =>
_projectElements
.ContainsKey(key);