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