2 implementations of INegator
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (2)
3390internal readonly struct DontNegate<T> : INegator<T> 3414internal 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)
1482where TNegator : struct, INegator<TValue> 1496where TNegator : struct, INegator<TValue> 1669where TNegator : struct, INegator<TValue> 1702where TNegator : struct, INegator<TValue> 1895where TNegator : struct, INegator<TValue> 1909where TNegator : struct, INegator<TValue> 2101where TNegator : struct, INegator<TValue> 2263where TNegator : struct, INegator<TValue> 2429where TNegator : struct, INegator<TValue> 2549where TNegator : struct, INegator<TValue> 2734where TNegator : struct, INegator<TValue> 2920where TNegator : struct, INegator<TValue> 3187where TNegator : struct, INegator<TValue> 3479where TNegator : struct, INegator<T> 3497where TNegator : struct, INegator<T> 3644where TNegator : struct, INegator<T>