3 references to Create
Microsoft.CodeAnalysis.CSharp (3)
Utilities\ValueSetFactory.BoolValueSet.cs (3)
73
public IValueSet<bool> Complement() =>
Create
(!_hasFalse, !_hasTrue);
82
return
Create
(hasFalse: this._hasFalse & o._hasFalse, hasTrue: this._hasTrue & o._hasTrue);
92
return
Create
(hasFalse: this._hasFalse | o._hasFalse, hasTrue: this._hasTrue | o._hasTrue);