1 write to _lazyElementType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\ArrayTypeSymbol.cs (1)
49Interlocked.CompareExchange(ref _lazyElementType, _underlying.ElementTypeWithAnnotations.GetPublicSymbol(), null);
2 references to _lazyElementType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\ArrayTypeSymbol.cs (2)
47if (_lazyElementType is null) 52return _lazyElementType;