1 write to _parent
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
164_parent = parent;
11 references to _parent
Microsoft.Build (11)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (11)
167public int Count => _parent._globalProperties.Count; 179if (!_parent._globalProperties.ContainsKey(item.Name)) 184ProjectPropertyInstance actualInstance = _parent._allProperties[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) 212ProjectPropertyInstance instance = _parent._allProperties[itemKey]; 224foreach (var itemKey in _parent._globalProperties.Keys) 226ProjectPropertyInstance instance = _parent._allProperties[itemKey]; 236foreach (var itemKey in _parent._globalProperties.Keys) 238ProjectPropertyInstance instance = _parent._allProperties[itemKey];