3 writes to _properties
Microsoft.Build (3)
Definition\Toolset.cs (3)
196_properties = new PropertyDictionary<ProjectPropertyInstance>(); 260_properties = buildProperties != null 505translator.TranslateProjectPropertyInstanceDictionary(ref _properties);
4 references to _properties
Microsoft.Build (4)
Definition\Toolset.cs (4)
201_properties.Set(ProjectPropertyInstance.Create(keyValuePair.Key, keyValuePair.Value, true)); 258if (_properties == null) 393if (_properties == null) 398return new ObjectModel.ReadOnlyDictionary<string, ProjectPropertyInstance>(_properties);