17 references to FrameworkBasePath
Microsoft.Build (4)
Definition\ToolsetReader.cs (1)
167
var libraryPath = NativeMethodsShared.
FrameworkBasePath
;
Evaluation\Evaluator.cs (1)
1162
SetBuiltInProperty(ReservedPropertyNames.frameworkToolsRoot, NativeMethodsShared.
FrameworkBasePath
);
Evaluation\Expander.cs (1)
1796
return NativeMethodsShared.
FrameworkBasePath
+ Path.DirectorySeparatorChar;
Evaluation\IntrinsicFunctions.cs (1)
297
return 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)
836
var frameworkPath = Path.Combine(NativeMethods.
FrameworkBasePath
, prefix ?? string.Empty);
988
: Path.Combine(NativeMethods.
FrameworkBasePath
, "xbuild-frameworks");
1483
string frameworkPath = NativeMethods.
FrameworkBasePath
;
Microsoft.Build.Tasks.Core (1)
NativeMethods.cs (1)
1246
private static readonly string s_gacPath = Path.Combine(NativeMethodsShared.
FrameworkBasePath
, "gac");
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2917
diskRoots.Add(NativeMethodsShared.
FrameworkBasePath
);