2 writes to _lazyContainer
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (2)
63_lazyContainer = container; 499Interlocked.CompareExchange(ref _lazyContainer, new StaticContainer(this), null);
2 references to _lazyContainer
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (2)
497if (_lazyContainer == null) 502return _lazyContainer;