1 instantiation of ValueStringBuilder
System.IO.FileSystem.Watcher (1)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
104
var sb = new
ValueStringBuilder
(stackalloc char[260 /* PathInternal.MaxShortPath */]);
2 references to ValueStringBuilder
System.IO.FileSystem.Watcher (2)
src\libraries\Common\src\System\IO\PathInternal.cs (2)
104
var
sb = new ValueStringBuilder(stackalloc char[260 /* PathInternal.MaxShortPath */]);
122
internal static bool RemoveRelativeSegments(ReadOnlySpan<char> path, int rootLength, ref
ValueStringBuilder
sb)