9 references to RuntimeOps
System.Core (9)
Microsoft\Scripting\Actions\ExpandoObject.cs (5)
700typeof(RuntimeOps).GetMethod("ExpandoTryGetValue"), 767typeof(RuntimeOps).GetMethod("ExpandoTrySetValue"), 786typeof(RuntimeOps).GetMethod("ExpandoTryDeleteValue"), 831typeof(RuntimeOps).GetMethod("ExpandoPromoteClass"), 844typeof(RuntimeOps).GetMethod("ExpandoCheckVersion"),
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
202lc.IL.Emit(OpCodes.Call, typeof(RuntimeOps).GetMethod("CreateRuntimeVariables", new[] { typeof(object[]), typeof(long[]) })); 208lc.IL.Emit(OpCodes.Call, typeof(RuntimeOps).GetMethod("CreateRuntimeVariables", Type.EmptyTypes));
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
145typeof(RuntimeOps).GetMethod("MergeRuntimeVariables"),
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
49_ilg.Emit(OpCodes.Call, typeof(RuntimeOps).GetMethod("Quote"));