10 references to System_Decimal__op_Implicit_FromInt32
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
1530
case SpecialType.System_Int32: return SpecialMember.
System_Decimal__op_Implicit_FromInt32
;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\MissingSpecialMember.cs (4)
2499
compilation.MakeMemberMissing(SpecialMember.
System_Decimal__op_Implicit_FromInt32
);
2521
compilation.MakeMemberMissing(SpecialMember.
System_Decimal__op_Implicit_FromInt32
);
2543
compilation.MakeMemberMissing(SpecialMember.
System_Decimal__op_Implicit_FromInt32
);
2567
compilation.MakeMemberMissing(SpecialMember.
System_Decimal__op_Implicit_FromInt32
);
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (5)
524
Case SpecialType.System_SByte : specialHelper = SpecialMember.
System_Decimal__op_Implicit_FromInt32
525
Case SpecialType.System_Byte : specialHelper = SpecialMember.
System_Decimal__op_Implicit_FromInt32
526
Case SpecialType.System_Int16 : specialHelper = SpecialMember.
System_Decimal__op_Implicit_FromInt32
527
Case SpecialType.System_UInt16 : specialHelper = SpecialMember.
System_Decimal__op_Implicit_FromInt32
528
Case SpecialType.System_Int32 : specialHelper = SpecialMember.
System_Decimal__op_Implicit_FromInt32