4 writes to Name
Microsoft.Build.Utilities.Core (1)
ApiContract.cs (1)
32
Name
= name;
Microsoft.Build.Utilities.UnitTests (3)
ToolLocationHelper_Tests.cs (3)
68
string[] returnValue = ToolLocationHelper.GetApiContractReferences(new[] { new ApiContract {
Name
= "Foo", Version = "Bar" } }, tempDirectory);
84
string[] returnValue = ToolLocationHelper.GetApiContractReferences(new[] { new ApiContract {
Name
= "Foo", Version = "Bar" } }, tempDirectory);
107
string[] returnValue = ToolLocationHelper.GetApiContractReferences(new[] { new ApiContract {
Name
= "Foo", Version = "Bar" } }, tempDirectory, tempVersion);
6 references to Name
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
1131
ErrorUtilities.DebugTraceMessage("GetApiContractReferences", "Gathering contract references for contract with name '{0}' and version '{1}", contract.
Name
, contract.Version);
1132
string contractPath = Path.Combine(referencesRoot, contract.
Name
, contract.Version);
Microsoft.Build.Utilities.UnitTests (4)
PlatformManifest_Tests.cs (4)
216
contract.
Name
.ShouldBe("System");
244
contracts[0].
Name
.ShouldBe("System");
246
contracts[1].
Name
.ShouldBe("Windows.Foundation");
248
contracts[2].
Name
.ShouldBe("Windows.Foundation.OtherStuff");