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