2 references to AllocateStringForNameIndex
System.Resources.Extensions (2)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (2)
1095return _reader.AllocateStringForNameIndex(_currentName, out _dataPosition); 1112string key = _reader.AllocateStringForNameIndex(_currentName, out _dataPosition); // AllocateStringForNameIndex could lock on _reader