2 references to File_0_size_of_1_exceeds_maximum_allowed_size_of_2
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\FileTextLoader.cs (1)
252
var message = string.Format(WorkspacesResources.
File_0_size_of_1_exceeds_maximum_allowed_size_of_2
, path, fileLength, MaxFileLength);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
4560
var expected = string.Format(WorkspacesResources.
File_0_size_of_1_exceeds_maximum_allowed_size_of_2
, file.Path, textLength, 1);