2 writes to _pathBuffer
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (2)
47_pathBuffer = ArrayPool<char>.Shared.Rent(StandardBufferSize); 245_pathBuffer = null;
2 references to _pathBuffer
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (2)
115ref entry, _entry, _currentPath, _rootDirectory, _originalRootDirectory, new Span<char>(_pathBuffer)); 243if (_pathBuffer is char[] pathBuffer)