2 references to TryGetComScope
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
31using var nativeAdviseSink = ComHelpers.TryGetComScope<Com.IAdviseSink>(adviseSink);
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
742using var dispatch = ComHelpers.TryGetComScope<IDispatch>(accessible);