File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- using System . Buffers ;
1+ using System ;
2+ using System . Buffers ;
23using System . Diagnostics ;
34using System . Runtime . CompilerServices ;
45
56#if ! NET9_0_OR_GREATER
67
7- namespace System
8+ namespace SpanExtensions
89{
910#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
1011 public static partial class MemoryExtensions
Original file line number Diff line number Diff line change 1- using System . Buffers ;
1+ using System ;
2+ using System . Buffers ;
23using System . Diagnostics ;
34using System . Runtime . CompilerServices ;
45
56#if ! NET9_0_OR_GREATER
67
7- namespace System
8+ namespace SpanExtensions
89{
910#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
1011 public static partial class MemoryExtensions
You can’t perform that action at this time.
0 commit comments