1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\GlobalExpressionVariable.cs (1)
138if (Interlocked.CompareExchange(ref _lazyType, new TypeWithAnnotations.Boxed(type), null) == null)
6 references to _lazyType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\GlobalExpressionVariable.cs (6)
74if (_lazyType != null) 76return _lazyType.Value; 106Debug.Assert(_lazyType != null); 120return _lazyType.Value; 129var originalType = _lazyType?.Value.DefaultType; 145return _lazyType.Value;