1 write to _containingTuple
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleFieldSymbol.cs (1)
54_containingTuple = container;
5 references to _containingTuple
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Tuples\TupleFieldSymbol.cs (5)
120return _containingTuple; 154return Hash.Combine(_containingTuple.GetHashCode(), _tupleElementIndex.GetHashCode()); 171TypeSymbol.Equals(_containingTuple, other._containingTuple, compareKind); 332Debug.Assert(newOwner.TupleElements.Length == this._containingTuple.TupleElements.Length);