1 write to _globalProperties
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
41_globalProperties = globalProperties;
15 references to _globalProperties
Microsoft.Build (15)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (15)
51if (_globalProperties.ContainsKey(key)) 60public int Count => _globalProperties.Count; 64public ICollection<string> Keys => _globalProperties.Keys; 80public bool ContainsKey(string key) => _globalProperties.ContainsKey(key); 90ErrorUtilities.VerifyCollectionCopyToArguments(array, nameof(array), arrayIndex, nameof(arrayIndex), _globalProperties.Count); 93foreach (var itemKey in _globalProperties.Keys) 115if (actualProperty != null && _globalProperties.ContainsKey(actualProperty.Name)) 150foreach (var itemKey in _globalProperties.Keys) 171public int Count => _parent._globalProperties.Count; 183if (!_parent._globalProperties.ContainsKey(item.Name)) 200CopyTo(array, arrayIndex, _parent._globalProperties.Count); 205ErrorUtilities.VerifyCollectionCopyToArguments(array, nameof(array), arrayIndex, nameof(arrayIndex), _parent._globalProperties.Count); 209foreach (var itemKey in _parent._globalProperties.Keys) 228foreach (var itemKey in _parent._globalProperties.Keys) 240foreach (var itemKey in _parent._globalProperties.Keys)