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; 155return Hash.Combine(_containingTuple.GetHashCode(), _tupleElementIndex.GetHashCode()); 172TypeSymbol.Equals(_containingTuple, other._containingTuple, compareKind); 333Debug.Assert(newOwner.TupleElements.Length == this._containingTuple.TupleElements.Length);