3 references to SdkRootAppContextName
Microsoft.Build.Framework (3)
Utilities\DotNetSdkPaths.cs (3)
19
/// the resolved SDK directory as the <see cref="
SdkRootAppContextName
"/> AppContext value so hosted
36
/// <see cref="
SdkRootAppContextName
"/> AppContext value, or <see langword="null"/> when no host
39
internal static string? SdkRootFromAppContext => AppContext.GetData(
SdkRootAppContextName
) as string;