7 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)
2361Assert.True(embed_cs.Length >= EmbeddedText.CompressionThreshold); 2362Assert.True(embed2_cs.Length < EmbeddedText.CompressionThreshold);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
CommandLineTests.vb (2)
3347Assert.True(embed_vb.Length >= EmbeddedText.CompressionThreshold) 3348Assert.True(embed2_vb.Length < EmbeddedText.CompressionThreshold)