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