9 references to GetPathToDotNetFrameworkV20
Microsoft.Build.Utilities.Core (2)
FrameworkLocationHelper.cs (1)
421
:
GetPathToDotNetFrameworkV20
(DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (1)
1833
string legacyMsCorlib20Path = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(targetedArchitecture);
Microsoft.Build.Utilities.UnitTests (7)
ToolLocationHelper_Tests.cs (7)
648
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32));
667
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64));
2144
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2145
string frameworkDirectory2064bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64);
2146
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);
2236
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2237
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);