1 write to Item4
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (1)
860
Item4
= item4;
34 references to Item4
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)
59
results.
Item4
.StoreUnsafe(ref destinationRef, (uint)(i + (Vector512<TOutput>.Count * 3)));
74
results.
Item4
.StoreUnsafe(ref destinationRef, (uint)(i + (Vector512<TOutput>.Count * 3)));
96
results.
Item4
.StoreUnsafe(ref destinationRef, (uint)(i + (Vector256<TOutput>.Count * 3)));
111
results.
Item4
.StoreUnsafe(ref destinationRef, (uint)(i + (Vector256<TOutput>.Count * 3)));
133
results.
Item4
.StoreUnsafe(ref destinationRef, (uint)(i + (Vector128<TOutput>.Count * 3)));
148
results.
Item4
.StoreUnsafe(ref destinationRef, (uint)(i + (Vector128<TOutput>.Count * 3)));
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (3)
289
Vector128.ConvertToSingle(results.
Item4
)
301
Vector256.ConvertToSingle(results.
Item4
)
313
Vector512.ConvertToSingle(results.
Item4
)
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (13)
896
&& EqualityComparer<T4>.Default.Equals(
Item4
, other.
Item4
);
904
comparer.Equals(
Item4
, vt.
Item4
);
940
return Comparer<T4>.Default.Compare(
Item4
, other.
Item4
);
958
return comparer.Compare(
Item4
, objTuple.
Item4
);
976
Item4
?.GetHashCode() ?? 0);
989
comparer.GetHashCode(
Item4
!));
1007
return "(" + Item1?.ToString() + ", " + Item2?.ToString() + ", " + Item3?.ToString() + ", " +
Item4
?.ToString() + ")";
1012
return Item1?.ToString() + ", " + Item2?.ToString() + ", " + Item3?.ToString() + ", " +
Item4
?.ToString() + ")";
1029
3 =>
Item4
,
System.Private.Xml (10)
System\Xml\Core\XmlTextReaderImplAsync.cs (10)
688
endOfValue = tuple_0.
Item4
;
2915
fullValue = tuple_10.
Item4
;
2961
} while (!tuple_9.
Item4
);
2977
if (tuple_10.
Item4
)
3011
} while (!tuple_11.
Item4
);
3058
fullValue = tuple_12.
Item4
;
3079
} while (!tuple_13.
Item4
);
3544
while (!tuple_15.
Item4
)
3620
} while (!tuple_16.
Item4
);
5409
endOfValue = tuple_36.
Item4
;