3 references to GetExistingRootOrNull
Microsoft.Build.Framework (3)
FileClassifier.cs (3)
224
string? frameworksPathPrefix32 =
GetExistingRootOrNull
(getPropertyValue("MSBuildFrameworkToolsPath32")?.Trim());
227
string? frameworksPathPrefix64 =
GetExistingRootOrNull
(getPropertyValue("MSBuildFrameworkToolsPath64")?.Trim());
230
string? frameworksPathPrefixArm64 =
GetExistingRootOrNull
(getPropertyValue("MSBuildFrameworkToolsPathArm64")?.Trim());