3 writes to properties
Microsoft.Build.Framework (3)
ProjectStartedEventArgs.cs (3)
144this.properties = properties; 448properties = null; 471properties = dictionaryList;
3 references to properties
Microsoft.Build.Framework (3)
ProjectStartedEventArgs.cs (3)
305return properties ?? (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave17_12) 380if (properties == null) 386var validProperties = properties.Cast<DictionaryEntry>().Where(entry => entry.Key != null && entry.Value != null);