2 references to ResourceManager
Microsoft.NET.ToolPack.Tests (2)
GivenThatWeWantToPackAToolTargetingNonSupportedTFM.cs (1)
48string expectedErrorMessage = Strings.ResourceManager.GetString(expectedErrorResourceName);
Microsoft.NET.Build.Tasks.Strings.cs (1)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);