1 write to _lazyElementTypes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
973
ImmutableInterlocked.InterlockedInitialize(ref
_lazyElementTypes
, collectTupleElementTypesWithAnnotations(tuple));
2 references to _lazyElementTypes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Tuples\TupleTypeSymbol.cs (2)
971
if (
_lazyElementTypes
.IsDefault)
976
return
_lazyElementTypes
;