6 writes to ItemSpec
Microsoft.Build.Engine.UnitTests (4)
BackEnd\SdkResultItemComparison_Tests.cs (4)
20
sdkResultItem1.
ItemSpec
= "AnySpec";
24
sdkResultItem2.
ItemSpec
= "AnySpec";
45
sdkResultItem1.
ItemSpec
= "AnySpec";
51
sdkResultItem2.
ItemSpec
= "AnySpec";
Microsoft.Build.Framework (2)
Sdk\SdkResultItem.cs (2)
23
ItemSpec
= string.Empty;
34
ItemSpec
= itemSpec;
7 references to ItemSpec
Microsoft.Build (2)
BackEnd\Components\SdkResolution\TranslationHelpers.cs (1)
44
itemSpec = item.
ItemSpec
;
Evaluation\Evaluator.cs (1)
1948
itemGroup.AddItem(item.Key, EscapingUtilities.Escape(item.Value.
ItemSpec
), escapedMetadata);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\SdkResolverService_Tests.cs (1)
356
result.ItemsToAdd.Values.Single().
ItemSpec
.ShouldBe("ItemValueFromSdkResolver");
InternalEngineHelpers.cs (1)
118
sdkResultItems.Add(item.Key, new SdkResultItem(item.Value.
ItemSpec
, newMetadata));
Microsoft.Build.Framework (3)
Sdk\SdkResultItem.cs (3)
41
ItemSpec
== item.
ItemSpec
&&
53
hashCode = hashCode ^
ItemSpec
.GetHashCode();