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