You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Legacy/Dbi/DacDbiImpl.cs
+62-2Lines changed: 62 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1934,8 +1934,68 @@ public int IsRcw(ulong vmObject, Interop.BOOL* pResult)
1934
1934
return hr;
1935
1935
}
1936
1936
1937
-
public int GetRcwCachedInterfacePointers(ulongvmObject,Interop.BOOLbIInspectableOnly,nintpDacItfPtrs)
1938
-
=>LegacyFallbackHelper.CanFallback()&&_legacyis not null?_legacy.GetRcwCachedInterfacePointers(vmObject,bIInspectableOnly,pDacItfPtrs):HResults.E_NOTIMPL;
0 commit comments