5 references to GetDelegateForFunctionPointer
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
230
/// <see cref="System.Runtime.InteropServices.Marshal.
GetDelegateForFunctionPointer
(nint, System.Type)"/>
PresentationCore (1)
System\Windows\Media\MediaContextNotificationWindow.cs (1)
187
ChangeWindowMessageFilterNative function = Marshal.
GetDelegateForFunctionPointer
(
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
431
get_Current_0 = Marshal.
GetDelegateForFunctionPointer
(vftbl[6], get_Current_0_Type);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
221
GetAt_0 = Marshal.
GetDelegateForFunctionPointer
(vftbl[6], GetAt_0_Type);
223
IndexOf_2 = Marshal.
GetDelegateForFunctionPointer
(vftbl[8], IndexOf_2_Type);