1 instantiation of SplatInvokeBinder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (1)
54private static readonly SplatInvokeBinder s_instance = new SplatInvokeBinder();
3 references to SplatInvokeBinder
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (2)
54private static readonly SplatInvokeBinder s_instance = new SplatInvokeBinder(); 56internal static SplatInvokeBinder Instance
Microsoft\CSharp\RuntimeBinder\ComInterop\SplatCallSite.cs (1)
36_site ??= CallSite<Func<CallSite, object, object[], object>>.Create(SplatInvokeBinder.Instance);