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