3 references to GetPathToDotNetFrameworkV35
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
359
if (FrameworkLocationHelper.
GetPathToDotNetFrameworkV35
(DotNetFrameworkArchitecture.Current) == null)
FrameworkLocationHelper.cs (1)
476
:
GetPathToDotNetFrameworkV35
(DotNetFrameworkArchitecture.Current);
Microsoft.Build.UnitTests.Shared (1)
WindowsNet35OnlyFactAttribute.cs (1)
31
=> FrameworkLocationHelper.
GetPathToDotNetFrameworkV35
(DotNetFrameworkArchitecture.Current) != null;