3 writes to properties
Microsoft.Build.Framework (3)
ProjectStartedEventArgs.cs (3)
143this.properties = properties; 441properties = null; 464properties = dictionaryList;
3 references to properties
Microsoft.Build.Framework (3)
ProjectStartedEventArgs.cs (3)
302return properties ?? (DictionaryEntry[])[]; 373if (properties == null) 379var validProperties = properties.Cast<DictionaryEntry>().Where(entry => entry.Key != null && entry.Value != null);