Implemented interface member:
method
FromConstantValue
Microsoft.CodeAnalysis.CSharp.ValueSetFactory.INumericTC<T>.FromConstantValue(Microsoft.CodeAnalysis.ConstantValue)
4 references to FromConstantValue
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.NintValueSetFactory.cs (3)
45return value.IsBad ? NintValueSet.AllValues : Related(relation, IntTC.DefaultInstance.FromConstantValue(value)); 51return tc.Related(relation, tc.FromConstantValue(left), tc.FromConstantValue(right));
Utilities\ValueSetFactory.NonNegativeIntValueSetFactory.cs (1)
58value.IsBad ? AllValues : Related(relation, IntTC.NonNegativeInstance.FromConstantValue(value));