2 references to MaxFileLength
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\FileTextLoader.cs (2)
242
if (fileLength >
MaxFileLength
)
251
var message = string.Format(WorkspacesResources.File_0_size_of_1_exceeds_maximum_allowed_size_of_2, path, fileLength,
MaxFileLength
);