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