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)
55sinkEntry.RemoveDelegates(d => d.Target is SplatCallSite callContext && callContext._callable.Equals(func));
Microsoft\CSharp\RuntimeBinder\ComInterop\SplatCallSite.cs (1)
38return _site.Target(_site, _callable, args);