4 references to Invoke
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (4)
458
public BitArray And(BitArray value) =>
Invoke
<AndBinaryOp>(value);
469
public BitArray Or(BitArray value) =>
Invoke
<OrBinaryOp>(value);
480
public BitArray Xor(BitArray value) =>
Invoke
<XorBinaryOp>(value);
489
Invoke
<NotBinaryOp>(this); // argument is ignored