3 references to FormatString
Microsoft.Build.Engine.OM.UnitTests (3)
ResourceUtilities.cs (2)
210return ExtractMessageCode(true, FormatString(GetResourceString(resourceName), arg1, arg2), out code); 332=> FormatString(GetResourceString(resourceName), arg1, arg2);
WindowsFileSystem.cs (1)
61string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);