Replace string.Format(SR. with SR.Format(SR. (dotnet/coreclr#21763)
commit40ec59d65b22590c6a5f4ed065d9f0a04de3db39
authorStephen Toub <stoub@microsoft.com>
Thu, 3 Jan 2019 00:57:17 +0000 (2 19:57 -0500)
committerMarek Safar <marek.safar@gmail.com>
Thu, 3 Jan 2019 08:58:07 +0000 (3 09:58 +0100)
tree366a49f96f0be9d44635d9e42cef49462e61f7f1
parent61530694c8465140e843ca22fb49d5490ee64b33
Replace string.Format(SR. with SR.Format(SR. (dotnet/coreclr#21763)

We use SR.Format in almost all places where we format resource strings (without a format provider), but there were a few stragglers.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Convert.cs
netcore/System.Private.CoreLib/shared/System/Threading/ManualResetEventSlim.cs