3 references to WorkspaceMSBuildBuildHostResources
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost\Release\net8.0\Microsoft.CodeAnalysis.WorkspaceMSBuildBuildHostResources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(WorkspaceMSBuildBuildHostResources)));
Build\ProjectBuildManager.cs (1)
297log.Add(string.Format(WorkspaceMSBuildBuildHostResources.Project_does_not_contain_0_target, target), projectInstance.FullPath);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
31throw new ArgumentException(WorkspaceMSBuildBuildHostResources.Parameter_cannot_be_null_empty_or_contain_whitespace, nameof(name));