7 references to IsDecimal
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (2)
798
ExplicitDefaultConstantValue.
IsDecimal
: true,
1659
if (sourceValue.
IsDecimal
)
Lowering\LocalRewriter\LocalRewriter_Literal.cs (2)
27
if (constantValue.
IsDecimal
)
54
Debug.Assert(constantValue.
IsDecimal
);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
264
if (_lazyDefaultSyntaxValue.
IsDecimal
&&
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitExpression.vb (1)
36
If constantValue.
IsDecimal
OrElse constantValue.IsDateTime Then
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
359
If initialConst.
IsDecimal
Then