5 references to CompressionThreshold
Microsoft.CodeAnalysis (3)
EmbeddedText.cs (3)
228if (length < CompressionThreshold) 268if (bytes.Count < CompressionThreshold) 315if (maxByteCount < CompressionThreshold)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
2414Assert.True(embed_cs.Length >= EmbeddedText.CompressionThreshold); 2415Assert.True(embed2_cs.Length < EmbeddedText.CompressionThreshold);