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)
3215
if (
_legacyImpl
is not null)
3218
hrLocal =
_legacyImpl
.GetModule(addr, legacyOut);
3225
if (
_legacyImpl
is not null)
SOSDacImpl.IXCLRDataProcess.cs (4)
1196
if (
_legacyImpl
is not null)
1199
_legacyImpl
.GetModule(moduleLoad.ModuleAddress.ToClrDataAddress(_target), legacyModuleOut);
1211
if (
_legacyImpl
is not null)
1214
_legacyImpl
.GetModule(moduleUnload.ModuleAddress.ToClrDataAddress(_target), legacyModuleOut);