1 write to _site
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\SplatCallSite.cs (1)
36
_site
??= CallSite<Func<CallSite, object, object[], object>>.Create(SplatInvokeBinder.Instance);
2 references to _site
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\SplatCallSite.cs (2)
38
return
_site
.Target(
_site
, _callable, args);