4 references to GetApiContractReferences
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
983
extensionSdkReferences =
GetApiContractReferences
(extensionSdk.ApiContracts, targetSdkPath, platformVersion);
1092
contractWinMDs =
GetApiContractReferences
(manifest.ApiContracts, matchingSdk.Path, manifest.PlatformVersion);
1109
internal static string[] GetApiContractReferences(IEnumerable<ApiContract> apiContracts, string targetPlatformSdkRoot) =>
GetApiContractReferences
(apiContracts, targetPlatformSdkRoot, string.Empty);
Microsoft.Build.Utilities.UnitTests (1)
ToolLocationHelper_Tests.cs (1)
107
string[] returnValue = ToolLocationHelper.
GetApiContractReferences
(new[] { new ApiContract { Name = "Foo", Version = "Bar" } }, tempDirectory, tempVersion);