17 references to GetDelegateForFunctionPointer
Microsoft.AspNetCore.Cryptography.Internal (1)
SafeHandles\SafeLibraryHandle.cs (1)
103
return Marshal.
GetDelegateForFunctionPointer
<TDelegate>(pfnProc);
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\SafeLibraryHandle.cs (1)
48
return Marshal.
GetDelegateForFunctionPointer
<TDelegate>(pfnProc);
Microsoft.CodeAnalysis (1)
DiaSymReader\SymUnmanagedFactory.cs (1)
138
var creator = Marshal.
GetDelegateForFunctionPointer
<NativeFactory>(createAddress);
Microsoft.ML.TestFrameworkCommon (1)
Utility\NativeLibrary.cs (1)
144
return Marshal.
GetDelegateForFunctionPointer
<T>(functionPtr);
PresentationFramework (13)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1607
var abiInvoke = Marshal.
GetDelegateForFunctionPointer
<Abi_Invoke>(_nativeDelegate.Vftbl.Invoke);
MS\Internal\WindowsRuntime\Generated\WinRT.cs (3)
22
return Marshal.
GetDelegateForFunctionPointer
<T>(
49
return Marshal.
GetDelegateForFunctionPointer
<T>(functionPtr);
145
_CanUnloadNow = Marshal.
GetDelegateForFunctionPointer
<DllCanUnloadNow>(canUnloadNow);
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (3)
65
QueryInterface = Marshal.
GetDelegateForFunctionPointer
<IUnknownVftbl._QueryInterface>(qi),
66
AddRef = Marshal.
GetDelegateForFunctionPointer
<IUnknownVftbl._AddRef>(addRef),
67
Release = Marshal.
GetDelegateForFunctionPointer
<IUnknownVftbl._Release>(release),
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (4)
105
First_0 = Marshal.
GetDelegateForFunctionPointer
<IEnumerable_Delegates.First_0>(vftbl[6]);
432
get_HasCurrent_1 = Marshal.
GetDelegateForFunctionPointer
<_get_PropertyAsBoolean>(vftbl[7]);
433
MoveNext_2 = Marshal.
GetDelegateForFunctionPointer
<IEnumerator_Delegates.MoveNext_2>(vftbl[8]);
434
GetMany_3 = Marshal.
GetDelegateForFunctionPointer
<IEnumerator_Delegates.GetMany_3>(vftbl[9]);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
222
get_Size_1 = Marshal.
GetDelegateForFunctionPointer
<_get_PropertyAsUInt32>(vftbl[7]);
224
GetMany_3 = Marshal.
GetDelegateForFunctionPointer
<IReadOnlyList_Delegates.GetMany_3>(vftbl[9]);