4 references to clr4
MSBuild (4)
CommunicationsUtilities.cs (1)
972
else if (taskHostParameters.Runtime.Equals(XMakeAttributes.MSBuildRuntimeValues.
clr4
, StringComparison.OrdinalIgnoreCase))
TypeLoader.cs (1)
628
_runtime = targetFramework.StartsWith(DotNetCoreIdentifier) ? MSBuildRuntimeValues.net : MSBuildRuntimeValues.
clr4
;
XMakeAttributes.cs (2)
108
private static readonly HashSet<string> ValidMSBuildRuntimeValues = new HashSet<string>(StringComparer.OrdinalIgnoreCase) { MSBuildRuntimeValues.clr2, MSBuildRuntimeValues.
clr4
, MSBuildRuntimeValues.currentRuntime, MSBuildRuntimeValues.net, MSBuildRuntimeValues.any };
450
return MSBuildRuntimeValues.
clr4
;