4 references to Value
Microsoft.Private.Windows.Core (4)
_generated\148\Windows.Win32.InlineArrayIndexerExtensions.g.cs (1)
33 internal static unsafe ref readonly char ReadOnlyItemRef(this in winmdroot.__char_260 @this, int index) => ref @this.Value[index];
_generated\37\Windows.Win32.char.InlineArrays.g.cs (3)
99 internal unsafe ref char this[int index] => ref Value[index]; 108 internal unsafe Span<char> AsSpan() => MemoryMarshal.CreateSpan(ref Value[0], SpanLength); 117 internal unsafe readonly ReadOnlySpan<char> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in Value[0]), SpanLength);