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