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