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