5 references to GetApiContractReferences
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1096
contractWinMDs =
GetApiContractReferences
(manifest.ApiContracts, matchingSdk.Path);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
51
string[] returnValue = ToolLocationHelper.
GetApiContractReferences
(Enumerable.Empty<ApiContract>(), string.Empty);
58
string[] returnValue = ToolLocationHelper.
GetApiContractReferences
(null, string.Empty);
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);