From 505ea373f21be61f30dccdb5ef41d8aef3df85f2 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Tue, 24 Jan 2017 15:01:57 -0800 Subject: [PATCH] Rename files to make diff easier. --- src/Compilers/Core/Portable/CodeAnalysis.csproj | 4 ++-- .../{ObjectReader.cs => StreamObjectReader.cs} | 0 .../{ObjectWriter.cs => StreamObjectWriter.cs} | 0 src/Workspaces/Core/Portable/Workspaces.csproj | 8 ++++---- 4 files changed, 6 insertions(+), 6 deletions(-) rename src/Compilers/Core/Portable/Serialization/{ObjectReader.cs => StreamObjectReader.cs} (100%) rename src/Compilers/Core/Portable/Serialization/{ObjectWriter.cs => StreamObjectWriter.cs} (100%) diff --git a/src/Compilers/Core/Portable/CodeAnalysis.csproj b/src/Compilers/Core/Portable/CodeAnalysis.csproj index 704e2eb8e62..0b84cc348bf 100644 --- a/src/Compilers/Core/Portable/CodeAnalysis.csproj +++ b/src/Compilers/Core/Portable/CodeAnalysis.csproj @@ -37,8 +37,8 @@ - - + + diff --git a/src/Compilers/Core/Portable/Serialization/ObjectReader.cs b/src/Compilers/Core/Portable/Serialization/StreamObjectReader.cs similarity index 100% rename from src/Compilers/Core/Portable/Serialization/ObjectReader.cs rename to src/Compilers/Core/Portable/Serialization/StreamObjectReader.cs diff --git a/src/Compilers/Core/Portable/Serialization/ObjectWriter.cs b/src/Compilers/Core/Portable/Serialization/StreamObjectWriter.cs similarity index 100% rename from src/Compilers/Core/Portable/Serialization/ObjectWriter.cs rename to src/Compilers/Core/Portable/Serialization/StreamObjectWriter.cs diff --git a/src/Workspaces/Core/Portable/Workspaces.csproj b/src/Workspaces/Core/Portable/Workspaces.csproj index 30abbd7fe4a..7491ea14742 100644 --- a/src/Workspaces/Core/Portable/Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Workspaces.csproj @@ -279,11 +279,11 @@ Serialization\ObjectData.cs - - Serialization\ObjectReader.cs + + Serialization\StreamObjectReader.cs - - Serialization\ObjectWriter.cs + + Serialization\StreamObjectWriter.cs Serialization\TypeKey.cs -- GitLab