1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\GlobalExpressionVariable.cs (1)
139if (Interlocked.CompareExchange(ref _lazyType, new TypeWithAnnotations.Boxed(type), null) == null)
6 references to _lazyType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\GlobalExpressionVariable.cs (6)
75if (_lazyType != null) 77return _lazyType.Value; 107Debug.Assert(_lazyType != null); 121return _lazyType.Value; 130var originalType = _lazyType?.Value.DefaultType; 146return _lazyType.Value;