Specifies parameters that control the strictness of the code generated by the common language runtime's just-in-time (JIT) compiler.
Use the System.Runtime.CompilerServices.CompilationRelaxations enumeration with the System.Runtime.CompilerServices.CompilationRelaxationsAttribute attribute.
Member Name | Description |
---|---|
NoStringInterning |
Marks an assembly as not requiring string-literal interning. |