2 writes to _lazyContainer
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (2)
61_lazyContainer = container; 479Interlocked.CompareExchange(ref _lazyContainer, new StaticContainer(this), null);
2 references to _lazyContainer
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (2)
477if (_lazyContainer == null) 482return _lazyContainer;