1 write to IsRedistRoot
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
1121
IsRedistRoot
= isRedistRoot;
3 references to IsRedistRoot
Microsoft.Build.Tasks.Core (3)
RedistList.cs (3)
207
return entry?.
IsRedistRoot
;
797
string hashIndex = String.Format(CultureInfo.InvariantCulture, "{0},{1}", newEntry.FullName, newEntry.
IsRedistRoot
== null ? "null" : newEntry.
IsRedistRoot
.ToString());