2 writes to _lazyState
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxAndDeclarationManager.cs (2)
36_lazyState = state; 43Interlocked.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)
41if (_lazyState == null) 46return _lazyState; 98var state = _lazyState; 306var state = _lazyState; 468var state = _lazyState; 718var state = _lazyState;