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