9 references to GetPathToDotNetFrameworkV20
Microsoft.Build.Utilities.Core (2)
FrameworkLocationHelper.cs (1)
456
:
GetPathToDotNetFrameworkV20
(DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (1)
1839
string legacyMsCorlib20Path = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(targetedArchitecture);
Microsoft.Build.Utilities.UnitTests (7)
ToolLocationHelper_Tests.cs (7)
642
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32));
661
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64));
2138
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2139
string frameworkDirectory2064bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64);
2140
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);
2230
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2231
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);