# “NoStringInterning” (Problem)

Look to the following code:

```csharp
[assembly: CompilationRelaxationsAttribute
  (CompilationRelaxations.NoStringInterning)]
```

Does it means, that the literal string in this assembly now will be interned?

[Solution](https://andreyakinshin.gitbook.io/problembookdotnet/en/strings/nostringinterning-s)
