7 references to VTable
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (7)
BlindAggregatorFactory.cs (7)
51
_vfPtr =
VTable
.AddressOfVTable;
96
_queryInterfacePtr = Marshal.GetFunctionPointerForDelegate(
VTable
.s_queryInterface);
97
_addRefPtr = Marshal.GetFunctionPointerForDelegate(
VTable
.s_addRef);
98
_releasePtr = Marshal.GetFunctionPointerForDelegate(
VTable
.s_release);
99
_getGCHandlePtr = Marshal.GetFunctionPointerForDelegate(
VTable
.s_get_GCHandlePtr);
111
var ptr = Marshal.AllocCoTaskMem(sizeof(
VTable
));
113
((
VTable
*)ptr)->Construct();