20 references to Current
Microsoft.Build.Utilities.Core (12)
FrameworkLocationHelper.cs (9)
444: GetPathToDotNetFrameworkV11(DotNetFrameworkArchitecture.Current); 454: GetPathToDotNetFrameworkV20(DotNetFrameworkArchitecture.Current); 464: GetPathToDotNetFrameworkV30(DotNetFrameworkArchitecture.Current); 474: GetPathToDotNetFrameworkV35(DotNetFrameworkArchitecture.Current); 484: GetPathToDotNetFrameworkV40(DotNetFrameworkArchitecture.Current); 494: GetPathToDotNetFrameworkV45(DotNetFrameworkArchitecture.Current); 749return GetPathToDotNetFramework(version, DotNetFrameworkArchitecture.Current); 830if (leaf.StartsWith(prefix, StringComparison.Ordinal) && architecture == DotNetFrameworkArchitecture.Current) 1711return this.GetPathToDotNetFramework(DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (3)
1823SharedDotNetFrameworkArchitecture targetedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3719SharedDotNetFrameworkArchitecture sharedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3723sharedArchitecture = SharedDotNetFrameworkArchitecture.Current;
Microsoft.Build.Utilities.UnitTests (8)
ToolLocationHelper_Tests.cs (8)
519SharedDotNetFrameworkArchitecture.Current); 541SharedDotNetFrameworkArchitecture.Current); 558SharedDotNetFrameworkArchitecture.Current); 575SharedDotNetFrameworkArchitecture.Current); 593SharedDotNetFrameworkArchitecture.Current); 616SharedDotNetFrameworkArchitecture.Current); 2146string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current); 2237string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current);