3 writes to _properties
Microsoft.Build (3)
Definition\Toolset.cs (3)
253_properties = new PropertyDictionary<ProjectPropertyInstance>(); 316_properties = buildProperties != null 624translator.TranslateProjectPropertyInstanceDictionary(ref _properties);
4 references to _properties
Microsoft.Build (4)
Definition\Toolset.cs (4)
258_properties.Set(ProjectPropertyInstance.Create(keyValuePair.Key, keyValuePair.Value, true)); 314if (_properties == null) 448if (_properties == null) 453return new ObjectModel.ReadOnlyDictionary<string, ProjectPropertyInstance>(_properties);