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