1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\GlobalExpressionVariable.cs (1)
137if (Interlocked.CompareExchange(ref _lazyType, new TypeWithAnnotations.Boxed(type), null) == null)
6 references to _lazyType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\GlobalExpressionVariable.cs (6)
73if (_lazyType != null) 75return _lazyType.Value; 105Debug.Assert(_lazyType != null); 119return _lazyType.Value; 128var originalType = _lazyType?.Value.DefaultType; 144return _lazyType.Value;