2 references to get64BitType
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (2)
1705
operand = RewriteDecimalConversionCore(syntax, operand, fromType,
get64BitType
(_compilation, signed: toType.SpecialType == SpecialType.System_IntPtr), isImplicit, constantValueOpt);
1715
operand = MakeConversionNode(operand,
get64BitType
(_compilation, signed: fromType.SpecialType == SpecialType.System_IntPtr), @checked);