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