2 references to s_visualStudioSdkPackageIdPrefix
dotnet (2)
Commands\Workload\List\VisualStudioWorkloads.cs (2)
129if (packageId.StartsWith(s_visualStudioSdkPackageIdPrefix)) // Check if the package owning SDK is installed via VS. Note: if a user checks to add a workload in VS but does not install the SDK, this will cause those workloads to be ignored. 133if (!ReleaseVersion.TryParse(packageId.Substring(s_visualStudioSdkPackageIdPrefix.Length),