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 = $"{newEntry.FullName},{(newEntry.
IsRedistRoot
== null ? "null" : newEntry.
IsRedistRoot
.ToString())}";