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