Implemented interface member:
method
Intersect
Microsoft.CodeAnalysis.CSharp.IConstantValueSet<T>.Intersect(Microsoft.CodeAnalysis.CSharp.IConstantValueSet<T>)
1 reference to Intersect
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
111IValueSet IValueSet.Intersect(IValueSet other) => this.Intersect((IConstantValueSet<TFloating>)other);