File tree Expand file tree Collapse file tree
src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Contracts/Contracts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ private bool IsComWrappersCCW(TargetPointer ccw)
5656 if ( ! GetComWrappersCCWVTableQIAddress ( ccw , out _ , out TargetPointer qiAddress ) )
5757 return false ;
5858
59- if ( ! _target . TryReadPointer ( Constants . Globals . ComWrappersVtablePtrs , out TargetPointer ? comWrappersVtablePtrs ) )
59+ if ( ! _target . TryReadGlobalPointer ( Constants . Globals . ComWrappersVtablePtrs , out TargetPointer ? comWrappersVtablePtrs ) )
6060 return false ;
6161 Data . ComWrappersVtablePtrs comWrappersVtableStruct = _target . ProcessedData . GetOrAdd < Data . ComWrappersVtablePtrs > ( comWrappersVtablePtrs . Value ) ;
6262 return comWrappersVtableStruct . ComWrappersInterfacePointers . Contains ( CodePointerUtils . CodePointerFromAddress ( qiAddress , _target ) ) ;
You can’t perform that action at this time.
0 commit comments