1 write to Version
Microsoft.Build.Utilities.Core (1)
ApiContract.cs (1)
31
Version
= version;
2 references to Version
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
1136
ErrorUtilities.DebugTraceMessage("GetApiContractReferences", $"Gathering contract references for contract with name '{contract.Name}' and version '{contract.
Version
}'");
1137
string contractPath = Path.Combine(referencesRoot, contract.Name, contract.
Version
);