Implemented interface member:
method
Union
Microsoft.CodeAnalysis.CSharp.IConstantValueSet<T>.Union(Microsoft.CodeAnalysis.CSharp.IConstantValueSet<T>)
1 reference to Union
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.EnumeratedValueSet.cs (1)
161
IValueSet IValueSet.Union(IValueSet other) =>
Union
((IConstantValueSet<T>)other);