7 references to Or
Microsoft.Extensions.ServiceDiscovery (4)
Http\HttpServiceEndpointResolver.cs (2)
218
Interlocked.
Or
(ref _status, RecentUseFlag);
237
var status = Interlocked.
Or
(ref _status, DisposingFlag);
ServiceEndpointResolver.cs (2)
210
Interlocked.
Or
(ref _status, RecentUseFlag);
229
var status = Interlocked.
Or
(ref _status, DisposingFlag);
System.Private.Uri (3)
System\Uri.cs (1)
208
Interlocked.
Or
(ref Unsafe.As<Flags, ulong>(ref _flags), (ulong)flags);
System\UriScheme.cs (1)
80
ulong previous = Interlocked.
Or
(ref Unsafe.As<Uri.Flags, ulong>(ref uri._flags), (ulong)Uri.Flags.CustomParser_ParseMinimalAlreadyCalled);
System\UriSyntax.cs (1)
272
Interlocked.
Or
(ref Unsafe.As<Uri.Flags, ulong>(ref thisUri._flags), (ulong)Uri.Flags.CustomParser_ParseMinimalAlreadyCalled);