We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f098a2 commit 6e3255cCopy full SHA for 6e3255c
src/StructLinq/Utils/Unsafe.cs
@@ -1,10 +1,12 @@
1
-using System.Runtime.CompilerServices;
+using System;
2
+using System.Runtime.CompilerServices;
3
using InlineIL;
4
using static InlineIL.IL.Emit;
5
+// ReSharper disable EntityNameCapturedOnly.Global
6
7
namespace StructLinq.Utils
8
{
- static class Unsafe
9
+ public static class Unsafe
10
11
[MethodImpl(MethodImplOptions.AggressiveInlining)]
12
public static ref TTo As<TFrom, TTo>(ref TFrom source)
0 commit comments