3 references to SynthesizeDecimalConstantAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
129AddSynthesizedAttribute(ref attributes, compilation.SynthesizeDecimalConstantAttribute(value.DecimalValue));
Symbols\Source\SourceParameterSymbolBase.cs (1)
95AddSynthesizedAttribute(ref attributes, compilation.SynthesizeDecimalConstantAttribute(defaultValue.DecimalValue));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
215SpecialType.System_Decimal => compilation.SynthesizeDecimalConstantAttribute(defaultValue.DecimalValue),