1 write to _callable
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\SplatCallSite.cs (1)
24
_callable
= callable;
2 references to _callable
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComEventsSink.Extended.cs (1)
55
sinkEntry.RemoveDelegates(d => d.Target is SplatCallSite callContext && callContext.
_callable
.Equals(func));
Microsoft\CSharp\RuntimeBinder\ComInterop\SplatCallSite.cs (1)
38
return _site.Target(_site,
_callable
, args);