1 write to _legacyImpl7
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
85
_legacyImpl7
= legacyObj as ISOSDacInterface7;
8 references to _legacyImpl7
Microsoft.Diagnostics.DataContractReader.Legacy (8)
SOSDacImpl.cs (8)
5496
if (
_legacyImpl7
is not null)
5499
int hrLocal =
_legacyImpl7
.GetPendingReJITID(methodDesc, &rejitIdLocal);
5554
if (
_legacyImpl7
is not null)
5557
int hrLocal =
_legacyImpl7
.GetReJITInformation(methodDesc, rejitId, &rejitDataLocal);
5615
if (
_legacyImpl7
is not null)
5618
int hrLocal =
_legacyImpl7
.GetProfilerModifiedILInformation(methodDesc, &ilDataLocal);
5676
if (
_legacyImpl7
is not null)
5683
hrLocal =
_legacyImpl7
.GetMethodsWithProfilerModifiedIL(mod, ptr, cMethodDescs, &pcMethodDescsLocal);