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