1 instantiation of SplatCallSite
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComEventsSink.Extended.cs (1)
32
method.AddDelegate(new SplatCallSite.InvokeDelegate(new
SplatCallSite
(func).Invoke), wrapArgs: true);
2 references to SplatCallSite
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComEventsSink.Extended.cs (2)
32
method.AddDelegate(new
SplatCallSite
.InvokeDelegate(new SplatCallSite(func).Invoke), wrapArgs: true);
55
sinkEntry.RemoveDelegates(d => d.Target is
SplatCallSite
callContext && callContext._callable.Equals(func));