3 references to Value
System.Windows.Forms.Primitives (3)
Windows.Win32.char.InlineArrays.g.cs (3)
291 internal unsafe ref char this[int index] => ref Value[index]; 300 internal unsafe Span<char> AsSpan() => MemoryMarshal.CreateSpan(ref Value[0], SpanLength); 309 internal unsafe readonly ReadOnlySpan<char> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in Value[0]), SpanLength);