2 references to Strings
dotnet (2)
Microsoft.NET.Build.Tasks.Strings.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Strings
)));
ReleasePropertyProjectLocator.cs (1)
207
throw new GracefulException(
Strings
.SolutionProjectConfigurationsConflict, _propertyToCheck, string.Join("\n", (configuredProjects).Select(x => x.FullPath)));