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