You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=>function.TryGetPrimaryTrampoline()??thrownewInvalidOperationException("Tried to get the primary trampoline of a function with no trampoline metadata.");
// In theory we don't have to do this for `in` parameters, but C# allows you to overload between byref in and by value.
47
+
// Detecting if this was done is more effort than it's wroth to save 3 characters, so we write out an explicit `in` keyword to ensure the correct overload is chosen.
{adapters.Add(adapter);}//TODO: Debug.Assert(template is not null || targetAdapter.AcceptsInput); ? Is it enough this is done in Adapter's constructor? (Probably.)
0 commit comments