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