3 writes to _properties
Microsoft.Build (3)
Definition\Toolset.cs (3)
252_properties = new PropertyDictionary<ProjectPropertyInstance>(); 315_properties = buildProperties != null 614translator.TranslateProjectPropertyInstanceDictionary(ref _properties);
4 references to _properties
Microsoft.Build (4)
Definition\Toolset.cs (4)
257_properties.Set(ProjectPropertyInstance.Create(keyValuePair.Key, keyValuePair.Value, true)); 313if (_properties == null) 438if (_properties == null) 443return new ObjectModel.ReadOnlyDictionary<string, ProjectPropertyInstance>(_properties);