3 references to Or
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
293_bits.Or(other._bits);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
494/// <summary>Provides the implementation for <see cref="And"/>, <see cref="Or"/>, etc.</summary>
System.Text.Json (1)
System\Text\Json\Serialization\ReadStackFrame.cs (1)
162BitArray assignedOrNotRequiredPropertiesSet = AssignedProperties.Or(typeInfo.OptionalPropertiesMask);