3 references to SourceTextLengthThreshold
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\SourceTextExtensions.cs (2)
184if (length < SourceTextLengthThreshold) 249if (length < SourceTextLengthThreshold)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
UtilityTest\SourceTextSerializationTests.cs (1)
27var maxSize = SourceTextExtensions.SourceTextLengthThreshold * 3;