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)
45
return value.IsBad ? NintValueSet.AllValues : Related(relation, IntTC.DefaultInstance.
FromConstantValue
(value));
51
return tc.Related(relation, tc.
FromConstantValue
(left), tc.
FromConstantValue
(right));
Utilities\ValueSetFactory.NonNegativeIntValueSetFactory.cs (1)
58
value.IsBad ? AllValues : Related(relation, IntTC.NonNegativeInstance.
FromConstantValue
(value));