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