File: artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs
Project: src\src\Workspaces\MSBuild\BuildHost\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj (Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis
{
    internal static partial class WorkspaceMSBuildBuildHostResources
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(WorkspaceMSBuildBuildHostResources)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
        /// <summary>Parameter cannot be null, empty, or contain whitespace.</summary>
        internal static string @Parameter_cannot_be_null_empty_or_contain_whitespace => GetResourceString("Parameter_cannot_be_null_empty_or_contain_whitespace");
        /// <summary>Project does not contain '{0}' target.</summary>
        internal static string @Project_does_not_contain_0_target => GetResourceString("Project_does_not_contain_0_target");
 
    }
}