1 write to _lazyPointedAtType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\PointerTypeSymbol.cs (1)
40
Interlocked.CompareExchange(ref
_lazyPointedAtType
, _underlying.PointedAtTypeWithAnnotations.GetPublicSymbol(), null);
2 references to _lazyPointedAtType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\PointerTypeSymbol.cs (2)
38
if (
_lazyPointedAtType
is null)
43
return
_lazyPointedAtType
;