1 write to Item1
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (1)
857
Item1
= item1;
32 references to Item1
System.Linq.Expressions (2)
System\Linq\Expressions\StackGuard.cs (2)
43
t.
Item1
(t.Item2, t.Item3, t.Item4);
58
return t.
Item1
(t.Item2, t.Item3, t.Item4);
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOneToFourOperator.cs (6)
56
results.
Item1
.StoreUnsafe(ref destinationRef, (uint)i);
71
results.
Item1
.StoreUnsafe(ref destinationRef, (uint)i);
93
results.
Item1
.StoreUnsafe(ref destinationRef, (uint)i);
108
results.
Item1
.StoreUnsafe(ref destinationRef, (uint)i);
130
results.
Item1
.StoreUnsafe(ref destinationRef, (uint)i);
145
results.
Item1
.StoreUnsafe(ref destinationRef, (uint)i);
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (3)
286
Vector128.ConvertToSingle(results.
Item1
),
298
Vector256.ConvertToSingle(results.
Item1
),
310
Vector512.ConvertToSingle(results.
Item1
),
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (13)
893
return EqualityComparer<T1>.Default.Equals(
Item1
, other.
Item1
)
901
comparer.Equals(
Item1
, vt.
Item1
) &&
931
int c = Comparer<T1>.Default.Compare(
Item1
, other.
Item1
);
949
int c = comparer.Compare(
Item1
, objTuple.
Item1
);
973
return HashCode.Combine(
Item1
?.GetHashCode() ?? 0,
986
return HashCode.Combine(comparer.GetHashCode(
Item1
!),
1007
return "(" +
Item1
?.ToString() + ", " + Item2?.ToString() + ", " + Item3?.ToString() + ", " + Item4?.ToString() + ")";
1012
return
Item1
?.ToString() + ", " + Item2?.ToString() + ", " + Item3?.ToString() + ", " + Item4?.ToString() + ")";
1026
0 =>
Item1
,
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImplAsync.cs (8)
685
startPos = tuple_0.
Item1
;
2912
startPos = tuple_10.
Item1
;
2973
startPos = tuple_10.
Item1
;
3008
startPos = tuple_11.
Item1
;
3054
startPos = tuple_12.
Item1
;
3540
startPos = tuple_15.
Item1
;
3549
startPos = tuple_15.
Item1
;
5406
startPos = tuple_36.
Item1
;