1 write to _globalProperties
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
39
_globalProperties
= globalProperties;
17 references to _globalProperties
Microsoft.Build (17)
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (17)
49
if (
_globalProperties
.ContainsKey(key))
58
public int Count =>
_globalProperties
.Count;
62
public ICollection<string> Keys =>
_globalProperties
.Keys;
78
public bool ContainsKey(string key) =>
_globalProperties
.ContainsKey(key);
88
ErrorUtilities.VerifyCollectionCopyToArguments(array, nameof(array), arrayIndex, nameof(arrayIndex),
_globalProperties
.Count);
91
foreach (var itemKey in
_globalProperties
.Keys)
113
if (actualProperty != null &&
_globalProperties
.ContainsKey(actualProperty.Name))
133
public IDictionary<string, string> ToReadOnlyDictionary() => new System.Collections.ObjectModel.ReadOnlyDictionary<string, string>(
_globalProperties
);
139
public bool TryGetEscapedValue(string key, out string escapedValue) =>
_globalProperties
.TryGetValue(key, out escapedValue);
152
foreach (var itemKey in
_globalProperties
.Keys)
173
public int Count => _parent.
_globalProperties
.Count;
185
if (!_parent.
_globalProperties
.ContainsKey(item.Name))
202
CopyTo(array, arrayIndex, _parent.
_globalProperties
.Count);
207
ErrorUtilities.VerifyCollectionCopyToArguments(array, nameof(array), arrayIndex, nameof(arrayIndex), _parent.
_globalProperties
.Count);
211
foreach (var itemKey in _parent.
_globalProperties
.Keys)
230
foreach (var itemKey in _parent.
_globalProperties
.Keys)
242
foreach (var itemKey in _parent.
_globalProperties
.Keys)