1 write to IsRedistRoot
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
1162IsRedistRoot = isRedistRoot;
3 references to IsRedistRoot
Microsoft.Build.Tasks.Core (3)
RedistList.cs (3)
208return entry?.IsRedistRoot; 838string hashIndex = $"{newEntry.FullName},{(newEntry.IsRedistRoot == null ? "null" : newEntry.IsRedistRoot.ToString())}";