1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
48_legacyImpl = legacyImpl;
30 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (30)
ClrDataMethodDefinition.cs (30)
168if (_legacyImpl is not null) 170hrLocal = _legacyImpl.StartEnumInstances(appDomain, &legacyHandle); 201if (_legacyImpl is not null && legacyHandle != default) 203_legacyImpl.EndEnumInstances(legacyHandle); 208if (_legacyImpl is not null) 233if (_legacyImpl is not null) 237hrLocal = _legacyImpl.EnumInstance(&legacyHandle, legacyMethodOut); 257if (_legacyImpl is not null) 269if (_legacyImpl is not null) 295if (_legacyImpl is not null && emi.LegacyHandle != 0) 297int hrLocal = _legacyImpl.EndEnumInstances(emi.LegacyHandle); 354if (_legacyImpl is not null) 361hrLocal = _legacyImpl.GetName(flags, bufLen, &nameLenLocal, name is null ? null : pNameBufLocal); 396if (_legacyImpl is not null) 399int hrLegacy = _legacyImpl.GetTokenAndScope(null, legacyModOut); 414if (_legacyImpl is not null) 421int hrLocal = _legacyImpl.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal); 488if (_legacyImpl is not null) 491int hrLocal = _legacyImpl.StartEnumExtents(handle is null ? null : &legacyHandle); 501_legacyImpl.EndEnumExtents(legacyHandle); 543if (_legacyImpl is not null && extents is { LegacyHandle: not 0 }) 547int hrLocal = _legacyImpl.EnumExtent(&legacyHandle, &extentLocal); 587if (_legacyImpl is not null && legacyHandle != 0) 589int hrLocal = _legacyImpl.EndEnumExtents((ulong)legacyHandle); 673if (_legacyImpl is not null) 676int hrLocal = _legacyImpl.Request( 712if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null) 715int hrLocal = _legacyImpl.GetRepresentativeEntryAddress(addr is null ? null : &addrLocal); 751if (_legacyImpl is not null) 754int hrLocal = _legacyImpl.HasClassOrMethodInstantiation(&bGenericLocal);