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