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/TextSearch/TextSearchTaggerFactoryService.cs')
-rw-r--r--src/Text/Impl/TextSearch/TextSearchTaggerFactoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Impl/TextSearch/TextSearchTaggerFactoryService.cs b/src/Text/Impl/TextSearch/TextSearchTaggerFactoryService.cs
index fca8282..711fda8 100644
--- a/src/Text/Impl/TextSearch/TextSearchTaggerFactoryService.cs
+++ b/src/Text/Impl/TextSearch/TextSearchTaggerFactoryService.cs
@@ -25,7 +25,7 @@ namespace Microsoft.VisualStudio.Text.Find.Implementation
{
if (buffer == null)
{
- throw new ArgumentNullException("buffer");
+ throw new ArgumentNullException(nameof(buffer));
}
// Don't return singleton instances since multiple taggers can exist per buffer