2 references to DecodedNameBufferLength
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (2)
26
[InlineArray(
DecodedNameBufferLength
)]
104
Span<char> buffer = MemoryMarshal.CreateSpan(ref _fileNameBuffer._char0,
DecodedNameBufferLength
);