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)
5478if (_legacyImpl7 is not null) 5481int hrLocal = _legacyImpl7.GetPendingReJITID(methodDesc, &rejitIdLocal); 5536if (_legacyImpl7 is not null) 5539int hrLocal = _legacyImpl7.GetReJITInformation(methodDesc, rejitId, &rejitDataLocal); 5597if (_legacyImpl7 is not null) 5600int hrLocal = _legacyImpl7.GetProfilerModifiedILInformation(methodDesc, &ilDataLocal); 5658if (_legacyImpl7 is not null) 5665hrLocal = _legacyImpl7.GetMethodsWithProfilerModifiedIL(mod, ptr, cMethodDescs, &pcMethodDescsLocal);