2 writes to _lazyState
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxAndDeclarationManager.cs (2)
31_lazyState = state; 38Interlocked.CompareExchange(ref _lazyState, CreateState(this.ExternalSyntaxTrees, this.ScriptClassName, this.Resolver, this.MessageProvider, this.IsSubmission), null);
6 references to _lazyState
Microsoft.CodeAnalysis.CSharp (6)
Compilation\SyntaxAndDeclarationManager.cs (6)
36if (_lazyState == null) 41return _lazyState; 90var state = _lazyState; 283var state = _lazyState; 442var state = _lazyState; 625var state = _lazyState;