Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Impl/TextModel/EncodedStreamReader.cs')
-rw-r--r--src/Text/Impl/TextModel/EncodedStreamReader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Impl/TextModel/EncodedStreamReader.cs b/src/Text/Impl/TextModel/EncodedStreamReader.cs
index b11a34b..4e30901 100644
--- a/src/Text/Impl/TextModel/EncodedStreamReader.cs
+++ b/src/Text/Impl/TextModel/EncodedStreamReader.cs
@@ -32,7 +32,7 @@ namespace Microsoft.VisualStudio.Text.Implementation
GuardedOperations guardedOperations)
{
if (stream == null)
- throw new ArgumentNullException("stream");
+ throw new ArgumentNullException(nameof(stream));
long position = stream.Position;