4 references to Or
System.Net.Http (1)
System\Net\Http\Headers\CacheControlHeaderValue.cs (1)
73Interlocked.Or(ref _flags, flag);
System.Private.Uri (3)
System\Uri.cs (1)
264Interlocked.Or(ref _flags, flags);
System\UriScheme.cs (1)
80Uri.Flags previous = Interlocked.Or(ref uri._flags, Uri.Flags.CustomParser_ParseMinimalAlreadyCalled);
System\UriSyntax.cs (1)
267Interlocked.Or(ref thisUri._flags, Uri.Flags.CustomParser_ParseMinimalAlreadyCalled);