Implemented interface member:
method
FromConstantValue
Microsoft.CodeAnalysis.CSharp.ValueSetFactory.INumericTC<T>.FromConstantValue(Microsoft.CodeAnalysis.ConstantValue)
1 reference to FromConstantValue
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.DecimalValueSetFactory.cs (1)
28value.IsBad ? NumericValueSet<decimal, DecimalTC>.AllValues : Related(relation, default(DecimalTC).FromConstantValue(value));