28 references to FrameworkBasePath
Microsoft.Build (15)
Definition\ToolsetReader.cs (1)
173
var libraryPath = NativeMethodsShared.
FrameworkBasePath
;
Evaluation\Evaluator.cs (1)
1149
SetBuiltInProperty(ReservedPropertyNames.frameworkToolsRoot, NativeMethodsShared.
FrameworkBasePath
);
Evaluation\Expander.cs (1)
1708
return NativeMethodsShared.
FrameworkBasePath
+ Path.DirectorySeparatorChar;
Evaluation\IntrinsicFunctions.cs (1)
286
return Path.Combine(NativeMethodsShared.
FrameworkBasePath
, m.Groups[0].Value) + Path.DirectorySeparatorChar;
FrameworkLocationHelper.cs (11)
410
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV11)
420
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV20)
430
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV30)
440
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV35)
450
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV40)
460
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV45)
470
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV11)
480
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV20)
782
var frameworkPath = Path.Combine(NativeMethodsShared.
FrameworkBasePath
, prefix ?? string.Empty);
930
: Path.Combine(NativeMethodsShared.
FrameworkBasePath
, "xbuild-frameworks");
1425
string frameworkPath = NativeMethodsShared.
FrameworkBasePath
;
Microsoft.Build.Tasks.Core (1)
NativeMethods.cs (1)
1243
private static readonly string s_gacPath = Path.Combine(NativeMethodsShared.
FrameworkBasePath
, "gac");
Microsoft.Build.Utilities.Core (12)
FrameworkLocationHelper.cs (11)
410
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV11)
420
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV20)
430
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV30)
440
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV35)
450
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV40)
460
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV45)
470
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV11)
480
? Path.Combine(NativeMethodsShared.
FrameworkBasePath
, dotNetFrameworkVersionFolderPrefixV20)
782
var frameworkPath = Path.Combine(NativeMethodsShared.
FrameworkBasePath
, prefix ?? string.Empty);
930
: Path.Combine(NativeMethodsShared.
FrameworkBasePath
, "xbuild-frameworks");
1425
string frameworkPath = NativeMethodsShared.
FrameworkBasePath
;
ToolLocationHelper.cs (1)
2911
diskRoots.Add(NativeMethodsShared.
FrameworkBasePath
);