1 write to _parent
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
170_parent = parent;
11 references to _parent
Microsoft.Build (11)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (11)
173public int Count => _parent._globalProperties.Count; 185if (!_parent._globalProperties.ContainsKey(item.Name)) 190ProjectPropertyInstance actualInstance = _parent._allProperties[item.Name]; 202CopyTo(array, arrayIndex, _parent._globalProperties.Count); 207ErrorUtilities.VerifyCollectionCopyToArguments(array, nameof(array), arrayIndex, nameof(arrayIndex), _parent._globalProperties.Count); 211foreach (var itemKey in _parent._globalProperties.Keys) 218ProjectPropertyInstance instance = _parent._allProperties[itemKey]; 230foreach (var itemKey in _parent._globalProperties.Keys) 232ProjectPropertyInstance instance = _parent._allProperties[itemKey]; 242foreach (var itemKey in _parent._globalProperties.Keys) 244ProjectPropertyInstance instance = _parent._allProperties[itemKey];