5 references to GetApiContractReferences
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1101contractWinMDs = GetApiContractReferences(manifest.ApiContracts, matchingSdk.Path);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
48string[] returnValue = ToolLocationHelper.GetApiContractReferences(Enumerable.Empty<ApiContract>(), string.Empty); 55string[] returnValue = ToolLocationHelper.GetApiContractReferences(null, string.Empty); 65string[] returnValue = ToolLocationHelper.GetApiContractReferences(new[] { new ApiContract { Name = "Foo", Version = "Bar" } }, tempDirectory); 81string[] returnValue = ToolLocationHelper.GetApiContractReferences(new[] { new ApiContract { Name = "Foo", Version = "Bar" } }, tempDirectory);