1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
102_legacyImpl = null;
7 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (7)
SOSDacImpl.cs (3)
3215if (_legacyImpl is not null) 3218hrLocal = _legacyImpl.GetModule(addr, legacyOut); 3225if (_legacyImpl is not null)
SOSDacImpl.IXCLRDataProcess.cs (4)
1196if (_legacyImpl is not null) 1199_legacyImpl.GetModule(moduleLoad.ModuleAddress.ToClrDataAddress(_target), legacyModuleOut); 1211if (_legacyImpl is not null) 1214_legacyImpl.GetModule(moduleUnload.ModuleAddress.ToClrDataAddress(_target), legacyModuleOut);