20 references to Current
Microsoft.Build.Utilities.Core (12)
FrameworkLocationHelper.cs (9)
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) 1678return this.GetPathToDotNetFramework(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)
519SharedDotNetFrameworkArchitecture.Current); 541SharedDotNetFrameworkArchitecture.Current); 558SharedDotNetFrameworkArchitecture.Current); 575SharedDotNetFrameworkArchitecture.Current); 593SharedDotNetFrameworkArchitecture.Current); 616SharedDotNetFrameworkArchitecture.Current); 2146string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current); 2237string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current);