File tree Expand file tree Collapse file tree 6 files changed +30
-6
lines changed
Microsoft.Toolkit.HighPerformance/Streams Expand file tree Collapse file tree 6 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 1- using System ;
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+ // See the LICENSE file in the project root for more information.
4+
5+ using System ;
26using System . IO ;
37
48namespace Microsoft . Toolkit . HighPerformance . Streams
Original file line number Diff line number Diff line change 1- using System . IO ;
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+ // See the LICENSE file in the project root for more information.
4+
5+ using System . IO ;
26using System . Runtime . CompilerServices ;
37
48namespace Microsoft . Toolkit . HighPerformance . Streams
Original file line number Diff line number Diff line change 1- using System ;
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+ // See the LICENSE file in the project root for more information.
4+
5+ using System ;
26using System . Buffers ;
37using System . Diagnostics . Contracts ;
48using System . IO ;
Original file line number Diff line number Diff line change 1- using System ;
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+ // See the LICENSE file in the project root for more information.
4+
5+ using System ;
26using System . Runtime . CompilerServices ;
37using System . Runtime . InteropServices ;
48using Microsoft . Toolkit . HighPerformance . Extensions ;
Original file line number Diff line number Diff line change 1- using System ;
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+ // See the LICENSE file in the project root for more information.
4+
5+ using System ;
26
37namespace Microsoft . Toolkit . HighPerformance . Streams
48{
Original file line number Diff line number Diff line change 1- using System ;
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+ // See the LICENSE file in the project root for more information.
4+
5+ using System ;
26using System . Buffers ;
37using System . Runtime . CompilerServices ;
48using System . Runtime . InteropServices ;
You can’t perform that action at this time.
0 commit comments