4 references to Value
Microsoft.AspNetCore.Shared.Tests (4)
Windows.Win32.CHAR.InlineArrays.g.cs (3)
219 internal unsafe ref char this[int index] => ref Value[index]; 228 internal unsafe Span<char> AsSpan() => MemoryMarshal.CreateSpan(ref Value[0], SpanLength); 237 internal unsafe readonly ReadOnlySpan<char> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in Value[0]), SpanLength);
Windows.Win32.InlineArrayIndexerExtensions.g.cs (1)
39 internal static unsafe ref readonly char ReadOnlyItemRef(this in winmdroot.__char_256 @this, int index) => ref @this.Value[index];