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