3 writes to properties
Microsoft.Build.Framework (3)
ProjectStartedEventArgs.cs (3)
143
this.
properties
= properties;
447
properties
= null;
470
properties
= dictionaryList;
3 references to properties
Microsoft.Build.Framework (3)
ProjectStartedEventArgs.cs (3)
304
return
properties
?? (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave17_12)
379
if (
properties
== null)
385
var validProperties =
properties
.Cast<DictionaryEntry>().Where(entry => entry.Key != null && entry.Value != null);