1 write to _globalProperties
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
37_globalProperties = globalProperties;
15 references to _globalProperties
Microsoft.Build (15)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (15)
47if (_globalProperties.ContainsKey(key)) 56public int Count => _globalProperties.Count; 60public ICollection<string> Keys => _globalProperties.Keys; 76public bool ContainsKey(string key) => _globalProperties.ContainsKey(key); 86ErrorUtilities.VerifyCollectionCopyToArguments(array, nameof(array), arrayIndex, nameof(arrayIndex), _globalProperties.Count); 89foreach (var itemKey in _globalProperties.Keys) 111if (actualProperty != null && _globalProperties.ContainsKey(actualProperty.Name)) 146foreach (var itemKey in _globalProperties.Keys) 167public int Count => _parent._globalProperties.Count; 179if (!_parent._globalProperties.ContainsKey(item.Name)) 196CopyTo(array, arrayIndex, _parent._globalProperties.Count); 201ErrorUtilities.VerifyCollectionCopyToArguments(array, nameof(array), arrayIndex, nameof(arrayIndex), _parent._globalProperties.Count); 205foreach (var itemKey in _parent._globalProperties.Keys) 224foreach (var itemKey in _parent._globalProperties.Keys) 236foreach (var itemKey in _parent._globalProperties.Keys)