8 references to Value
System.Private.Windows.Core (8)
Windows.Win32.char.InlineArrays.g.cs (7)
35
internal unsafe ref char this[int index] => ref
Value
[index];
39
fixed (char* p0 =
Value
)
45
fixed (char* p0 =
Value
)
51
fixed (char* p0 =
Value
)
68
fixed (char* p0 =
Value
)
77
fixed (char* p0 =
Value
)
86
Span<char> target = new Span<char>(result.
Value
, SpanLength);
Windows.Win32.InlineArrayIndexerExtensions.g.cs (1)
31
internal static unsafe ref readonly char ReadOnlyItemRef(this in winmdroot.__char_32 @this, int index) => ref @this.
Value
[index];