Home
last modified time | relevance | path

Searched refs:RuntimeValuesMatch (Results 1 – 4 of 4) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DXmakeAttributes_Tests.cs51 …Assert.True(XMakeAttributes.RuntimeValuesMatch(XMakeAttributes.MSBuildRuntimeValues.any, XMakeAttr… in TestRuntimeValuesMatch()
52 …Assert.True(XMakeAttributes.RuntimeValuesMatch(XMakeAttributes.MSBuildRuntimeValues.any, XMakeAttr… in TestRuntimeValuesMatch()
53 …Assert.True(XMakeAttributes.RuntimeValuesMatch(XMakeAttributes.MSBuildRuntimeValues.clr2, XMakeAtt… in TestRuntimeValuesMatch()
54 …Assert.True(XMakeAttributes.RuntimeValuesMatch(XMakeAttributes.MSBuildRuntimeValues.currentRuntime… in TestRuntimeValuesMatch()
56 …Assert.False(XMakeAttributes.RuntimeValuesMatch(XMakeAttributes.MSBuildRuntimeValues.currentRuntim… in TestRuntimeValuesMatch()
57 …Assert.False(XMakeAttributes.RuntimeValuesMatch(XMakeAttributes.MSBuildRuntimeValues.clr4, XMakeAt… in TestRuntimeValuesMatch()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DXMakeAttributes.cs174 internal static bool RuntimeValuesMatch(string runtimeA, string runtimeB) in RuntimeValuesMatch() method in Microsoft.Build.Shared.XMakeAttributes
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/TaskFactories/
H A DAssemblyTaskFactory.cs548 if (XMakeAttributes.RuntimeValuesMatch(taskRuntime, usingTaskRuntime)) in TaskIdentityParametersMatchFactory()
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/
H A DTaskRegistry.cs972 if (!XMakeAttributes.RuntimeValuesMatch(runtimeX, runtimeY)) in IdentityParametersMatch()