8 references to Value
System.Private.Windows.Core (8)
Windows.Win32.char.InlineArrays.g.cs (7)
109 internal unsafe ref char this[int index] => ref Value[index]; 113 fixed (char* p0 = Value) 119 fixed (char* p0 = Value) 125 fixed (char* p0 = Value) 142 fixed (char* p0 = Value) 151 fixed (char* p0 = Value) 160 Span<char> target = new Span<char>(result.Value, SpanLength);
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];