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