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); 43public ICollection<string> Keys => _projectElements.Keys; 55public bool Contains(T item) => _projectElements.ContainsKey(item.Key); 62public bool Contains(KeyValuePair<string, T> item) => _projectElements.ContainsKey(item.Key); 64public bool ContainsKey(string key) => _projectElements.ContainsKey(key);