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); 798if (leaf.StartsWith(prefix, StringComparison.Ordinal) && architecture == DotNetFrameworkArchitecture.Current) 1671return this.GetPathToDotNetFramework(DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (3)
1819SharedDotNetFrameworkArchitecture targetedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3713SharedDotNetFrameworkArchitecture sharedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3717sharedArchitecture = SharedDotNetFrameworkArchitecture.Current;
Microsoft.Build.Utilities.UnitTests (8)
ToolLocationHelper_Tests.cs (8)
516SharedDotNetFrameworkArchitecture.Current); 538SharedDotNetFrameworkArchitecture.Current); 555SharedDotNetFrameworkArchitecture.Current); 572SharedDotNetFrameworkArchitecture.Current); 590SharedDotNetFrameworkArchitecture.Current); 613SharedDotNetFrameworkArchitecture.Current); 2143string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current); 2234string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current);