1 instantiation of CustomRecordInfo
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
94
using ComScope<IRecordInfo> recordInfo = new(new
CustomRecordInfo
().GetComInterface());
1 reference to CustomRecordInfo
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
123
public IRecordInfo* GetComInterface() => (IRecordInfo*)Marshal.GetComInterfaceForObject<
CustomRecordInfo
, IRecordInfo.Interface>(this);