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