17 references to BlindAggregator
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (17)
BlindAggregatorFactory.cs (17)
19=> (IntPtr)BlindAggregator.CreateInstance(); 23var pWrapper = (BlindAggregator*)wrapperUnknown; 38public static unsafe BlindAggregator* CreateInstance() 40var pResult = (BlindAggregator*)Marshal.AllocCoTaskMem(sizeof(BlindAggregator)); 75private unsafe delegate int QueryInterfaceDelegateType(BlindAggregator* pThis, [In] ref Guid riid, out IntPtr pvObject); 76private unsafe delegate uint AddRefDelegateType(BlindAggregator* pThis); 77private unsafe delegate uint ReleaseDelegateType(BlindAggregator* pThis); 78private unsafe delegate int GetGCHandlePtrDelegateType(BlindAggregator* pThis, out IntPtr pResult); 84private static readonly unsafe QueryInterfaceDelegateType s_queryInterface = BlindAggregator.QueryInterface; 85private static readonly unsafe AddRefDelegateType s_addRef = BlindAggregator.AddRef; 86private static readonly unsafe ReleaseDelegateType s_release = BlindAggregator.Release; 87private static readonly unsafe GetGCHandlePtrDelegateType s_get_GCHandlePtr = BlindAggregator.GetGCHandlePtr; 139private static unsafe int QueryInterface(BlindAggregator* pThis, [In] ref Guid riid, out IntPtr pvObject) 159private static unsafe uint AddRef(BlindAggregator* pThis) 162private static unsafe uint Release(BlindAggregator* pThis) 174private static unsafe int GetGCHandlePtr(BlindAggregator* pThis, out IntPtr pResult)