1 write to _legacyImpl8
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
86_legacyImpl8 = legacyObj as ISOSDacInterface8;
12 references to _legacyImpl8
Microsoft.Diagnostics.DataContractReader.Legacy (12)
SOSDacImpl.cs (12)
5722if (_legacyImpl8 is not null) 5725int hrLocal = _legacyImpl8.GetNumberGenerations(&pGenerationsLocal); 5777if (_legacyImpl8 is not null) 5783int hrLocal = _legacyImpl8.GetGenerationTable(cGenerations, pGenDataLocal, &pNeededLocal); 5842if (_legacyImpl8 is not null) 5848int hrLocal = _legacyImpl8.GetFinalizationFillPointers(cFillPointers, pFillPointersLocal, &pNeededLocal); 5908if (_legacyImpl8 is not null) 5914int hrLocal = _legacyImpl8.GetGenerationTableSvr(heapAddr, cGenerations, pGenDataLocal, &pNeededLocal); 5973if (_legacyImpl8 is not null) 5979int hrLocal = _legacyImpl8.GetFinalizationFillPointersSvr(heapAddr, cFillPointers, pFillPointersLocal, &pNeededLocal); 6019if (_legacyImpl8 is not null) 6022int hrLocal = _legacyImpl8.GetAssemblyLoadContext(methodTable, &assemblyLoadContextLocal);