2 instantiations of DispatchWrapper
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (1)
295args(args.GetUpperBound(0)) = New DispatchWrapper(Nothing)
System.Runtime.InteropServices (1)
System\Runtime\CompilerServices\IDispatchConstantAttribute.cs (1)
15public override object Value => new DispatchWrapper(null);
3 references to DispatchWrapper
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
684[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DispatchWrapper))]
netstandard (1)
netstandard.cs (1)
1689[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DispatchWrapper))]
System.Runtime.InteropServices (1)
artifacts\obj\System.Runtime.InteropServices\Debug\net10.0\System.Runtime.InteropServices.Forwards.cs (1)
84[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DispatchWrapper))]