2 implementations of INegator
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (2)
3778internal readonly struct DontNegate<T> : INegator<T> 3802internal readonly struct Negate<T> : INegator<T>
28 references to INegator
System.Private.CoreLib (28)
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (12)
313where TNegator : struct, SpanHelpers.INegator<short> 516where TNegator : struct, SpanHelpers.INegator<short> 730where TNegator : struct, SpanHelpers.INegator<short> 948where TNegator : struct, SpanHelpers.INegator<short> 1179where TNegator : struct, SpanHelpers.INegator<short> => 1184where TNegator : struct, SpanHelpers.INegator<short> => 1189where TNegator : struct, SpanHelpers.INegator<short> => 1194where TNegator : struct, SpanHelpers.INegator<short> => 1199where TNegator : struct, SpanHelpers.INegator<short> 1207where TNegator : struct, SpanHelpers.INegator<short> 1215where TNegator : struct, SpanHelpers.INegator<short> 1223where TNegator : struct, SpanHelpers.INegator<short>
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (16)
1645where TNegator : struct, INegator<TValue> 1659where TNegator : struct, INegator<TValue> 1860where TNegator : struct, INegator<TValue> 1893where TNegator : struct, INegator<TValue> 2120where TNegator : struct, INegator<TValue> 2134where TNegator : struct, INegator<TValue> 2360where TNegator : struct, INegator<TValue> 2533where TNegator : struct, INegator<TValue> 2709where TNegator : struct, INegator<TValue> 2853where TNegator : struct, INegator<TValue> 3070where TNegator : struct, INegator<TValue> 3287where TNegator : struct, INegator<TValue> 3559where TNegator : struct, INegator<TValue> 3867where TNegator : struct, INegator<T> 3885where TNegator : struct, INegator<T> 4032where TNegator : struct, INegator<T>