4 references to Value
Microsoft.AspNetCore.Server.IIS (4)
Windows.Win32.byte.InlineArrays.g.cs (3)
34 internal unsafe ref byte this[int index] => ref Value[index]; 43 internal unsafe Span<byte> AsSpan() => MemoryMarshal.CreateSpan(ref Value[0], SpanLength); 52 internal unsafe readonly ReadOnlySpan<byte> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in Value[0]), SpanLength);
Windows.Win32.InlineArrayIndexerExtensions.g.cs (1)
31 internal static unsafe ref readonly byte ReadOnlyItemRef(this in winmdroot.__byte_16 @this, int index) => ref @this.Value[index];