1 override of MaxFileLength
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
4547
internal override int
MaxFileLength
=> 1;
2 references to MaxFileLength
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\FileTextLoader.cs (2)
242
if (fileLength >
MaxFileLength
)
252
var message = string.Format(WorkspacesResources.File_0_size_of_1_exceeds_maximum_allowed_size_of_2, path, fileLength,
MaxFileLength
);