1 write to _legacyImpl8
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
78_legacyImpl8 = legacyObj as ISOSDacInterface8;
12 references to _legacyImpl8
Microsoft.Diagnostics.DataContractReader.Legacy (12)
SOSDacImpl.cs (12)
5714if (_legacyImpl8 is not null) 5717int hrLocal = _legacyImpl8.GetNumberGenerations(&pGenerationsLocal); 5769if (_legacyImpl8 is not null) 5775int hrLocal = _legacyImpl8.GetGenerationTable(cGenerations, pGenDataLocal, &pNeededLocal); 5834if (_legacyImpl8 is not null) 5840int hrLocal = _legacyImpl8.GetFinalizationFillPointers(cFillPointers, pFillPointersLocal, &pNeededLocal); 5900if (_legacyImpl8 is not null) 5906int hrLocal = _legacyImpl8.GetGenerationTableSvr(heapAddr, cGenerations, pGenDataLocal, &pNeededLocal); 5965if (_legacyImpl8 is not null) 5971int hrLocal = _legacyImpl8.GetFinalizationFillPointersSvr(heapAddr, cFillPointers, pFillPointersLocal, &pNeededLocal); 6011if (_legacyImpl8 is not null) 6014int hrLocal = _legacyImpl8.GetAssemblyLoadContext(methodTable, &assemblyLoadContextLocal);