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