19 references to Exchange
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
System.Net.Http (2)
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (5)
175(ulong)Exchange(ref Unsafe.As<ulong, long>(ref location1), (long)value);
193=> Unsafe.BitCast<long, double>(Exchange(ref Unsafe.As<double, long>(ref location1), Unsafe.BitCast<double, long>(value)));
205return (nint)Exchange(ref Unsafe.As<nint, long>(ref location1), (long)value);
222return (nuint)Exchange(ref Unsafe.As<nuint, long>(ref location1), (long)value);
283Exchange(
System.Runtime.Caching (2)
System.ServiceModel.Primitives (1)
System.Transactions.Local (2)