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)
644
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32));
663
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64));
2140
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2141
string frameworkDirectory2064bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64);
2142
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);
2232
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2233
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);