1 write to _parent
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
168_parent = parent;
11 references to _parent
Microsoft.Build (11)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (11)
171public int Count => _parent._globalProperties.Count; 183if (!_parent._globalProperties.ContainsKey(item.Name)) 188ProjectPropertyInstance actualInstance = _parent._allProperties[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) 216ProjectPropertyInstance instance = _parent._allProperties[itemKey]; 228foreach (var itemKey in _parent._globalProperties.Keys) 230ProjectPropertyInstance instance = _parent._allProperties[itemKey]; 240foreach (var itemKey in _parent._globalProperties.Keys) 242ProjectPropertyInstance instance = _parent._allProperties[itemKey];