2 writes to ItemSpec
Microsoft.Build.Framework (2)
Sdk\SdkResultItem.cs (2)
23ItemSpec = string.Empty; 34ItemSpec = itemSpec;
3 references to ItemSpec
Microsoft.Build.Framework (3)
Sdk\SdkResultItem.cs (3)
41ItemSpec == item.ItemSpec && 53hashCode = hashCode ^ ItemSpec.GetHashCode();