2 writes to _lazyContainer
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (2)
50_lazyContainer = container; 468Interlocked.CompareExchange(ref _lazyContainer, new StaticContainer(this), null);
2 references to _lazyContainer
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (2)
466if (_lazyContainer == null) 471return _lazyContainer;