Skip to content

Commit 673a258

Browse files
authored
[Internal] Query: Removes Unused Usings (#5429)
## Description Removes unused import statements in query production code. ## Type of change - [] Bug fix (non-breaking change which fixes an issue) - [] New feature (non-breaking change which adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [] This change requires a documentation update
1 parent 7cb23ce commit 673a258

83 files changed

Lines changed: 4 additions & 145 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Microsoft.Azure.Cosmos/src/CosmosElements/CosmosArray.LazyCosmosArray.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace Microsoft.Azure.Cosmos.CosmosElements
77

88
using System;
99
using System.Collections.Generic;
10-
using System.Linq;
1110
using Microsoft.Azure.Cosmos.Json;
1211

1312
#if INTERNAL

Microsoft.Azure.Cosmos/src/CosmosElements/CosmosObject.EagerCosmosObject.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace Microsoft.Azure.Cosmos.CosmosElements
77

88
using System;
99
using System.Collections.Generic;
10-
using System.Collections.Immutable;
1110
using System.Linq;
1211
using Microsoft.Azure.Cosmos.Json;
1312

Microsoft.Azure.Cosmos/src/CosmosElements/CosmosUndefined.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace Microsoft.Azure.Cosmos.CosmosElements
77

88
using System;
99
using Microsoft.Azure.Cosmos.Json;
10-
using Microsoft.Azure.Cosmos.Query.Core.Monads;
1110

1211
#if INTERNAL
1312
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member

Microsoft.Azure.Cosmos/src/FeedRange/FeedRanges/FeedRangePartitionKey.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44

55
namespace Microsoft.Azure.Cosmos
66
{
7-
using System;
87
using System.Collections.Generic;
98
using System.Threading;
109
using System.Threading.Tasks;
1110
using Microsoft.Azure.Cosmos.Routing;
1211
using Microsoft.Azure.Cosmos.Tracing;
13-
using Microsoft.Azure.Documents;
1412

1513
/// <summary>
1614
/// FeedRange that represents an exact Partition Key value.

Microsoft.Azure.Cosmos/src/Headers/CosmosMessageHeadersInternal.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
namespace Microsoft.Azure.Cosmos
66
{
77
using System;
8-
using System.Collections;
98
using System.Collections.Generic;
10-
using System.Collections.Specialized;
119
using System.Globalization;
12-
using System.Text;
1310
using Microsoft.Azure.Documents;
1411
using Microsoft.Azure.Documents.Collections;
1512

Microsoft.Azure.Cosmos/src/Headers/NameValueResponseHeaders.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
namespace Microsoft.Azure.Cosmos
66
{
77
using System;
8-
using System.Collections;
98
using System.Collections.Generic;
10-
using System.Collections.Specialized;
11-
using System.Globalization;
12-
using Microsoft.Azure.Documents;
139
using Microsoft.Azure.Documents.Collections;
1410

1511
/// <summary>

Microsoft.Azure.Cosmos/src/Headers/StoreRequestHeaders.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
namespace Microsoft.Azure.Cosmos
66
{
7-
using System;
87
using System.Collections.Generic;
9-
using System.Collections.Specialized;
108
using Microsoft.Azure.Documents.Collections;
119

1210
/// <summary>

Microsoft.Azure.Cosmos/src/Headers/StoreResponseHeaders.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace Microsoft.Azure.Cosmos
66
{
77
using System;
88
using System.Collections.Generic;
9-
using System.Collections.Specialized;
109
using Microsoft.Azure.Documents.Collections;
1110

1211
/// <summary>

Microsoft.Azure.Cosmos/src/Json/JsonBinaryEncoding.Chars.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace Microsoft.Azure.Cosmos.Json
77
using System;
88
using System.Collections;
99
using System.Collections.Immutable;
10-
using Microsoft.Azure.Documents;
1110

1211
internal static partial class JsonBinaryEncoding
1312
{

Microsoft.Azure.Cosmos/src/Json/JsonBinaryEncoding.Enumerator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ namespace Microsoft.Azure.Cosmos.Json
66
{
77
using System;
88
using System.Collections.Generic;
9-
using System.Linq;
10-
using System.Runtime.InteropServices;
119

1210
internal static partial class JsonBinaryEncoding
1311
{

0 commit comments

Comments
 (0)