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