5 references to UpdateDelegates
System.Core (5)
Microsoft\Scripting\Actions\CallSite.cs (4)
272method = typeof(UpdateDelegates).GetMethod("UpdateAndExecuteVoid" + args.Length, BindingFlags.NonPublic | BindingFlags.Static); 273noMatchMethod = typeof(UpdateDelegates).GetMethod("NoMatchVoid" + args.Length, BindingFlags.NonPublic | BindingFlags.Static); 277method = typeof(UpdateDelegates).GetMethod("UpdateAndExecute" + (args.Length - 1), BindingFlags.NonPublic | BindingFlags.Static); 278noMatchMethod = typeof(UpdateDelegates).GetMethod("NoMatch" + (args.Length - 1), BindingFlags.NonPublic | BindingFlags.Static);
Microsoft\Scripting\Actions\CallSiteHelpers.cs (1)
45if (mb.DeclaringType == typeof(System.Dynamic.UpdateDelegates)) {