2 writes to _globalProperties
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
370
_globalProperties
= new PropertyDictionary<ProjectPropertyInstance>(globalProperties.Count);
396
_globalProperties
= new PropertyDictionary<ProjectPropertyInstance>();
10 references to _globalProperties
Microsoft.Build (10)
Definition\ProjectCollection.cs (10)
376
_globalProperties
.Set(ProjectPropertyInstance.Create(pair.Key, pair.Value));
597
if (
_globalProperties
.Count == 0)
602
dictionary = new Dictionary<string, string>(
_globalProperties
.Count, MSBuildNameIgnoreCaseComparer.Default);
604
foreach (ProjectPropertyInstance property in
_globalProperties
)
938
foreach (ProjectPropertyInstance property in
_globalProperties
)
1493
return
_globalProperties
[name];
1506
ProjectPropertyInstance propertyInGlobalProperties =
_globalProperties
.GetProperty(name);
1510
_globalProperties
.Set(ProjectPropertyInstance.Create(name, value));
1539
set =
_globalProperties
.Remove(name);
1869
EnvironmentProperties,
_globalProperties
, ToolsetLocations);