2 references to SingleFileThreshold
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageService.cs (2)
50
private const long MultiFileBlockSize =
SingleFileThreshold
* 32;
204
if (size >=
SingleFileThreshold
)