1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
43_legacyImpl = legacyImpl;
26 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (26)
ClrDataMethodInstance.cs (26)
57if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null) 60hrLocal = _legacyImpl.GetDefinition(legacyMethodDefinitionOut); 76if (_legacyImpl is not null) 99if (_legacyImpl is not null) 102int hrLegacy = _legacyImpl.GetTokenAndScope(token, legacyModOut); 120if (_legacyImpl is not null) 127int hrLocal = _legacyImpl.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal); 193if (_legacyImpl is not null) 200hrLocal = _legacyImpl.GetName(flags, bufLen, &nameLenLocal, nameBuf is null ? null : pNameBufLocal); 282if (_legacyImpl is not null) 294hrLocal = _legacyImpl.GetILOffsetsByAddress( 386if (_legacyImpl is not null) 392int hrLocal = _legacyImpl.GetAddressRangesByILOffset( 485if (_legacyImpl is not null) 489int hrLocal = _legacyImpl.GetILAddressMap(mapLen, &mapNeededLocal, mapsLocal); 569if (_legacyImpl is not null) 572int hrLocal = _legacyImpl.StartEnumExtents(handle is null ? null : &legacyHandle); 582_legacyImpl.EndEnumExtents(legacyHandle); 623if (_legacyImpl is not null && extents is { LegacyHandle: not 0 }) 627int hrLocal = _legacyImpl.EnumExtent(&legacyHandle, &extentLocal); 664if (_legacyImpl is not null && legacyHandle != 0) 666int hrLocal = _legacyImpl.EndEnumExtents((ulong)legacyHandle); 699if (_legacyImpl is not null) 702int hrLocal = _legacyImpl.Request( 742if (_legacyImpl is not null) 745int hrLocal = _legacyImpl.GetRepresentativeEntryAddress(&addrLocal);