9 references to GetPathToDotNetFrameworkV20
Microsoft.Build.Utilities.Core (2)
FrameworkLocationHelper.cs (1)
421
:
GetPathToDotNetFrameworkV20
(DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (1)
1834
string legacyMsCorlib20Path = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(targetedArchitecture);
Microsoft.Build.Utilities.UnitTests (7)
ToolLocationHelper_Tests.cs (7)
645
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32));
664
FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64));
2141
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2142
string frameworkDirectory2064bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness64);
2143
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);
2233
string frameworkDirectory2032bit = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Bitness32);
2234
string frameworkDirectory20Current = FrameworkLocationHelper.
GetPathToDotNetFrameworkV20
(SharedDotNetFrameworkArchitecture.Current);