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