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.BoolValueSet.cs (1)
95
IValueSet IValueSet.Union(IValueSet other) => this.
Union
((IConstantValueSet<bool>)other);