22 references to Current
Microsoft.Build.Utilities.Core (14)
FrameworkLocationHelper.cs (10)
411: GetPathToDotNetFrameworkV11(DotNetFrameworkArchitecture.Current); 421: GetPathToDotNetFrameworkV20(DotNetFrameworkArchitecture.Current); 431: GetPathToDotNetFrameworkV30(DotNetFrameworkArchitecture.Current); 441: GetPathToDotNetFrameworkV35(DotNetFrameworkArchitecture.Current); 451: GetPathToDotNetFrameworkV40(DotNetFrameworkArchitecture.Current); 461: GetPathToDotNetFrameworkV45(DotNetFrameworkArchitecture.Current); 716return GetPathToDotNetFramework(version, DotNetFrameworkArchitecture.Current); 797if (leaf.StartsWith(prefix, StringComparison.Ordinal) && architecture == DotNetFrameworkArchitecture.Current) 1072case DotNetFrameworkArchitecture.Current: 1675return this.GetPathToDotNetFramework(DotNetFrameworkArchitecture.Current);
InprocTrackingNativeMethods.cs (1)
207string buildToolsPath = FrameworkLocationHelper.GeneratePathToBuildToolsForToolsVersion(MSBuildConstants.CurrentToolsVersion, DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (3)
1818SharedDotNetFrameworkArchitecture targetedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3713SharedDotNetFrameworkArchitecture sharedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3717sharedArchitecture = SharedDotNetFrameworkArchitecture.Current;
Microsoft.Build.Utilities.UnitTests (8)
ToolLocationHelper_Tests.cs (8)
515SharedDotNetFrameworkArchitecture.Current); 537SharedDotNetFrameworkArchitecture.Current); 554SharedDotNetFrameworkArchitecture.Current); 571SharedDotNetFrameworkArchitecture.Current); 589SharedDotNetFrameworkArchitecture.Current); 612SharedDotNetFrameworkArchitecture.Current); 2142string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current); 2233string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current);