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