2 references to DataSectionStringLiteralThreshold
Microsoft.CodeAnalysis (1)
CodeGen\ILBuilderEmit.cs (1)
747bool success = (value.Length > module.CommonCompilation.DataSectionStringLiteralThreshold)
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceModuleSymbol.cs (1)
249if (this.DeclaringCompilation.DataSectionStringLiteralThreshold != null)