Implemented interface member:
method
Intersect
Microsoft.CodeAnalysis.CSharp.IConstantValueSet<T>.Intersect(Microsoft.CodeAnalysis.CSharp.IConstantValueSet<T>)
2 references to Intersect
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.NumericValueSet.cs (2)
65var t = (NumericValueSet<T>)this.Intersect(gz); 237IValueSet IValueSet.Intersect(IValueSet other) => this.Intersect((IConstantValueSet<T>)other);