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

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2020-08-15 02:43:51 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2020-08-15 03:42:44 +0300
commit54aa38228dc37657a37b341f21557c9666ac6ffd (patch)
tree911561c9eb893d5880d49540745c5990ca0f5ef0 /sandbox
parent34d70cf1bcf869ae9ba68066506a5575c840a02c (diff)
Update Generated.cs files
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/Sandbox/Generated.cs20
-rw-r--r--sandbox/TestData2/Generated.cs2
2 files changed, 9 insertions, 13 deletions
diff --git a/sandbox/Sandbox/Generated.cs b/sandbox/Sandbox/Generated.cs
index 9e0de421..674d9570 100644
--- a/sandbox/Sandbox/Generated.cs
+++ b/sandbox/Sandbox/Generated.cs
@@ -14,8 +14,6 @@
namespace MessagePack.Resolvers
{
using System;
- using System.Buffers;
- using MessagePack;
public class GeneratedResolver : global::MessagePack.IFormatterResolver
{
@@ -1160,7 +1158,7 @@ namespace MessagePack.Formatters
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -1454,7 +1452,7 @@ namespace MessagePack.Formatters
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -1724,7 +1722,7 @@ namespace MessagePack.Formatters.PerfBenchmarkDotNet
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -2158,7 +2156,7 @@ namespace MessagePack.Formatters.SharedData
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -2228,7 +2226,7 @@ namespace MessagePack.Formatters.SharedData
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -2343,7 +2341,7 @@ namespace MessagePack.Formatters.SharedData
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -3156,7 +3154,7 @@ namespace MessagePack.Formatters.SharedData
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -3327,7 +3325,7 @@ namespace MessagePack.Formatters.SharedData
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
@@ -3465,7 +3463,7 @@ namespace MessagePack.Formatters.SharedData
for (int i = 0; i < length; i++)
{
- ReadOnlySpan<byte> stringKey = Internal.CodeGenHelpers.ReadStringSpan(ref reader);
+ ReadOnlySpan<byte> stringKey = global::MessagePack.Internal.CodeGenHelpers.ReadStringSpan(ref reader);
int key;
if (!this.____keyMapping.TryGetValue(stringKey, out key))
{
diff --git a/sandbox/TestData2/Generated.cs b/sandbox/TestData2/Generated.cs
index 09c7eb03..bb06d69c 100644
--- a/sandbox/TestData2/Generated.cs
+++ b/sandbox/TestData2/Generated.cs
@@ -14,8 +14,6 @@
namespace MessagePack.Resolvers
{
using System;
- using System.Buffers;
- using MessagePack;
public class GeneratedResolver : global::MessagePack.IFormatterResolver
{