1 instantiation of ToAbiHelper
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
255return _adapterTable.GetValue(__this, (list) => new ToAbiHelper(list));
3 references to ToAbiHelper
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (3)
249private static ConditionalWeakTable<global::System.Collections.Generic.IReadOnlyList<T>, ToAbiHelper> _adapterTable = 250new ConditionalWeakTable<global::System.Collections.Generic.IReadOnlyList<T>, ToAbiHelper>(); 252private static ToAbiHelper FindAdapter(IntPtr thisPtr)