5 references to IsDecimal
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (2)
2347ExplicitDefaultConstantValue.IsDecimal: true, 3236if (sourceValue.IsDecimal)
Lowering\LocalRewriter\LocalRewriter_Literal.cs (2)
27if (constantValue.IsDecimal) 54Debug.Assert(constantValue.IsDecimal);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
272if (_lazyDefaultSyntaxValue.IsDecimal &&