Rename IsWinRT to IsInAppContainer (dotnet/corefx#23935)
authorDan Moseley <danmose@microsoft.com>
Mon, 11 Sep 2017 06:57:28 +0000 (23:57 -0700)
committerStephen Toub <stoub@microsoft.com>
Mon, 11 Sep 2017 06:57:28 +0000 (02:57 -0400)
commitb27ba97af507655788eef5229a3f5efff2715514
tree1467699e44b885b2941e5c9e92f5bd2db2a635ad
parent9bcbbe0515d074044484c3d6df25ff16047c0941
Rename IsWinRT to IsInAppContainer (dotnet/corefx#23935)

* Rename IsWinRT to IsInAppContainer

* Grep error

Commit migrated from https://github.com/dotnet/corefx/commit/8d51233795da222041c23d33b1eb44bbe458d0eb
18 files changed:
src/libraries/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.cs
src/libraries/CoreFx.Private.TestUtilities/src/System/PlatformDetection.Unix.cs
src/libraries/CoreFx.Private.TestUtilities/src/System/PlatformDetection.Windows.cs
src/libraries/CoreFx.Private.TestUtilities/src/System/PlatformDetection.cs
src/libraries/System.Console/tests/NegativeTesting.cs
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCurrentCulture.cs
src/libraries/System.IO.FileSystem.DriveInfo/tests/DriveInfo.Windows.Tests.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
src/libraries/System.IO.FileSystem/tests/FileSystemTest.cs
src/libraries/System.IO.FileSystem/tests/PortedCommon/IOServices.cs
src/libraries/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/HelperTests.cs
src/libraries/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/IsoStorageTest.cs
src/libraries/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/TestHelper.cs
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CrossProcess.cs
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.RunAsClient.Windows.cs
src/libraries/System.IO.Pipes/tests/PipeTestBase.cs
src/libraries/System.Runtime.Extensions/tests/System/EnvironmentTests.cs
src/libraries/System.Threading/tests/MutexTests.cs