1 write to _containingTuple
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleFieldSymbol.cs (1)
55_containingTuple = container;
5 references to _containingTuple
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Tuples\TupleFieldSymbol.cs (5)
121return _containingTuple; 157return Hash.Combine(_containingTuple.GetHashCode(), _tupleElementIndex.GetHashCode()); 174TypeSymbol.Equals(_containingTuple, other._containingTuple, compareKind); 335Debug.Assert(newOwner.TupleElements.Length == this._containingTuple.TupleElements.Length);