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