Base:
property
TupleElementIndex
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbol.TupleElementIndex
6 references to TupleElementIndex
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
75tupleErrorField.TupleElementIndex,
Symbols\Tuples\TupleErrorFieldSymbol.cs (3)
195Debug.Assert(newOwner.IsTupleType && newOwner.TupleElementTypesWithAnnotations.Length > TupleElementIndex); 210TupleElementIndex, 212newOwner.TupleElementTypesWithAnnotations[TupleElementIndex],
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenTupleTest.cs (2)
4528Assert.True(errorField.TupleElementIndex != -1); 29056Assert.Equal(i, tupleField.TupleElementIndex);