1 write to _legacyImpl7
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
77
_legacyImpl7
= legacyObj as ISOSDacInterface7;
8 references to _legacyImpl7
Microsoft.Diagnostics.DataContractReader.Legacy (8)
SOSDacImpl.cs (8)
5490
if (
_legacyImpl7
is not null)
5493
int hrLocal =
_legacyImpl7
.GetPendingReJITID(methodDesc, &rejitIdLocal);
5548
if (
_legacyImpl7
is not null)
5551
int hrLocal =
_legacyImpl7
.GetReJITInformation(methodDesc, rejitId, &rejitDataLocal);
5609
if (
_legacyImpl7
is not null)
5612
int hrLocal =
_legacyImpl7
.GetProfilerModifiedILInformation(methodDesc, &ilDataLocal);
5672
if (
_legacyImpl7
is not null)
5679
hrLocal =
_legacyImpl7
.GetMethodsWithProfilerModifiedIL(mod, ptr, cMethodDescs, &pcMethodDescsLocal);