1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
47_legacyImpl = legacyImpl;
26 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (26)
ClrDataMethodInstance.cs (26)
66if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null) 69hrLocal = _legacyImpl.GetDefinition(legacyMethodDefinitionOut); 85if (_legacyImpl is not null) 109if (_legacyImpl is not null) 112int hrLegacy = _legacyImpl.GetTokenAndScope(token, legacyModOut); 130if (_legacyImpl is not null) 137int hrLocal = _legacyImpl.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal); 204if (_legacyImpl is not null) 211hrLocal = _legacyImpl.GetName(flags, bufLen, &nameLenLocal, nameBuf is null ? null : pNameBufLocal); 314if (_legacyImpl is not null) 326hrLocal = _legacyImpl.GetILOffsetsByAddress( 419if (_legacyImpl is not null) 425int hrLocal = _legacyImpl.GetAddressRangesByILOffset( 519if (_legacyImpl is not null) 523int hrLocal = _legacyImpl.GetILAddressMap(mapLen, &mapNeededLocal, mapsLocal); 604if (_legacyImpl is not null) 607int hrLocal = _legacyImpl.StartEnumExtents(handle is null ? null : &legacyHandle); 617_legacyImpl.EndEnumExtents(legacyHandle); 659if (_legacyImpl is not null && extents is { LegacyHandle: not 0 }) 663int hrLocal = _legacyImpl.EnumExtent(&legacyHandle, &extentLocal); 701if (_legacyImpl is not null && legacyHandle != 0) 703int hrLocal = _legacyImpl.EndEnumExtents((ulong)legacyHandle); 737if (_legacyImpl is not null) 740int hrLocal = _legacyImpl.Request( 781if (_legacyImpl is not null) 784int hrLocal = _legacyImpl.GetRepresentativeEntryAddress(&addrLocal);