1 write to Is64BitSwitch
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
255Is64BitSwitch = code == TypeCode.UInt64 || code == TypeCode.Int64;
3 references to Is64BitSwitch
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
508if (info.Is64BitSwitch) { 527if (info.Is64BitSwitch) { 551if (info.Is64BitSwitch) {