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