2 writes to ItemSpec
Microsoft.Build.Framework (2)
Sdk\SdkResultItem.cs (2)
23
ItemSpec
= string.Empty;
34
ItemSpec
= itemSpec;
5 references to ItemSpec
Microsoft.Build (2)
BackEnd\Components\SdkResolution\TranslationHelpers.cs (1)
44
itemSpec = item.
ItemSpec
;
Evaluation\Evaluator.cs (1)
1999
itemGroup.AddItem(item.Key, EscapingUtilities.Escape(item.Value.
ItemSpec
), escapedMetadata);
Microsoft.Build.Framework (3)
Sdk\SdkResultItem.cs (3)
41
ItemSpec
== item.
ItemSpec
&&
53
hashCode = hashCode ^
ItemSpec
.GetHashCode();