20 references to RuntimeOps
System.Linq.Expressions (20)
System\Dynamic\ExpandoObject.cs (10)
23typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.ExpandoTryGetValue))!; 26typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.ExpandoTrySetValue))!; 29typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.ExpandoTryDeleteValue))!; 32typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.ExpandoPromoteClass))!; 35typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.ExpandoCheckVersion))!;
System\Linq\Expressions\Common\CachedReflectionInfo.cs (8)
152s_RuntimeOps_CreateRuntimeVariables_ObjectArray_Int64Array ??= typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.CreateRuntimeVariables), new[] { typeof(object[]), typeof(long[]) })!; 156s_RuntimeOps_CreateRuntimeVariables ??= typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.CreateRuntimeVariables), Type.EmptyTypes)!; 160s_RuntimeOps_MergeRuntimeVariables ??= typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.MergeRuntimeVariables))!; 164s_RuntimeOps_Quote ??= typeof(RuntimeOps).GetMethod(nameof(RuntimeOps.Quote))!;
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
602ConstantExpression boxesConst = Expression.Constant(new RuntimeOps.RuntimeVariables(boxes.ToArray()), typeof(IRuntimeVariables)); 620return new RuntimeOps.MergedRuntimeVariables(first, second, indexes);