20 references to Current
Microsoft.Build.Utilities.Core (12)
FrameworkLocationHelper.cs (9)
446: GetPathToDotNetFrameworkV11(DotNetFrameworkArchitecture.Current); 456: GetPathToDotNetFrameworkV20(DotNetFrameworkArchitecture.Current); 466: GetPathToDotNetFrameworkV30(DotNetFrameworkArchitecture.Current); 476: GetPathToDotNetFrameworkV35(DotNetFrameworkArchitecture.Current); 486: GetPathToDotNetFrameworkV40(DotNetFrameworkArchitecture.Current); 496: GetPathToDotNetFrameworkV45(DotNetFrameworkArchitecture.Current); 751return GetPathToDotNetFramework(version, DotNetFrameworkArchitecture.Current); 832if (leaf.StartsWith(prefix, StringComparison.Ordinal) && architecture == DotNetFrameworkArchitecture.Current) 1713return this.GetPathToDotNetFramework(DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (3)
1824SharedDotNetFrameworkArchitecture targetedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3720SharedDotNetFrameworkArchitecture sharedArchitecture = SharedDotNetFrameworkArchitecture.Current; 3724sharedArchitecture = SharedDotNetFrameworkArchitecture.Current;
Microsoft.Build.Utilities.UnitTests (8)
ToolLocationHelper_Tests.cs (8)
513SharedDotNetFrameworkArchitecture.Current); 535SharedDotNetFrameworkArchitecture.Current); 552SharedDotNetFrameworkArchitecture.Current); 569SharedDotNetFrameworkArchitecture.Current); 587SharedDotNetFrameworkArchitecture.Current); 610SharedDotNetFrameworkArchitecture.Current); 2140string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current); 2231string frameworkDirectory20Current = FrameworkLocationHelper.GetPathToDotNetFrameworkV20(SharedDotNetFrameworkArchitecture.Current);