17 references to FrameworkBasePath
Microsoft.Build (4)
Definition\ToolsetReader.cs (1)
167var libraryPath = NativeMethodsShared.FrameworkBasePath;
Evaluation\Evaluator.cs (1)
1162SetBuiltInProperty(ReservedPropertyNames.frameworkToolsRoot, NativeMethodsShared.FrameworkBasePath);
Evaluation\Expander.cs (1)
1796return NativeMethodsShared.FrameworkBasePath + Path.DirectorySeparatorChar;
Evaluation\IntrinsicFunctions.cs (1)
297return Path.Combine(NativeMethodsShared.FrameworkBasePath, m.Groups[0].Value) + Path.DirectorySeparatorChar;
Microsoft.Build.Framework (11)
Utilities\FrameworkLocationHelper.cs (11)
445? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV11) 455? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV20) 465? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV30) 475? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV35) 485? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV40) 495? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV45) 505? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV11) 515? Path.Combine(NativeMethods.FrameworkBasePath, dotNetFrameworkVersionFolderPrefixV20) 836var frameworkPath = Path.Combine(NativeMethods.FrameworkBasePath, prefix ?? string.Empty); 988: Path.Combine(NativeMethods.FrameworkBasePath, "xbuild-frameworks"); 1483string frameworkPath = NativeMethods.FrameworkBasePath;
Microsoft.Build.Tasks.Core (1)
NativeMethods.cs (1)
1246private static readonly string s_gacPath = Path.Combine(NativeMethodsShared.FrameworkBasePath, "gac");
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2917diskRoots.Add(NativeMethodsShared.FrameworkBasePath);