4 references to Data
ILCompiler.RyuJit (4)
JitInterface\CorInfoImpl.RyuJit.cs (4)
2425
if (valueOffset >= strDataOffset && (long)frozenStr.
Data
.Length * 2 >= (valueOffset - strDataOffset) + bufferSize)
2428
fixed (char* pStr = frozenStr.
Data
)
2461
if (HandleToObject(strObj) is FrozenStringNode frozenStr && (uint)frozenStr.
Data
.Length > (uint)index)
2463
*value = frozenStr.
Data
[index];