1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
44_legacyImpl = legacyImpl;
30 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (30)
ClrDataMethodDefinition.cs (30)
159if (_legacyImpl is not null) 161hrLocal = _legacyImpl.StartEnumInstances(appDomain, &legacyHandle); 192if (_legacyImpl is not null && legacyHandle != default) 194_legacyImpl.EndEnumInstances(legacyHandle); 199if (_legacyImpl is not null) 223if (_legacyImpl is not null) 227hrLocal = _legacyImpl.EnumInstance(&legacyHandle, legacyMethodOut); 247if (_legacyImpl is not null) 259if (_legacyImpl is not null) 284if (_legacyImpl is not null && emi.LegacyHandle != 0) 286int hrLocal = _legacyImpl.EndEnumInstances(emi.LegacyHandle); 342if (_legacyImpl is not null) 349hrLocal = _legacyImpl.GetName(flags, bufLen, &nameLenLocal, name is null ? null : pNameBufLocal); 383if (_legacyImpl is not null) 386int hrLegacy = _legacyImpl.GetTokenAndScope(null, legacyModOut); 401if (_legacyImpl is not null) 408int hrLocal = _legacyImpl.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal); 462if (_legacyImpl is not null) 465int hrLocal = _legacyImpl.StartEnumExtents(handle is null ? null : &legacyHandle); 475_legacyImpl.EndEnumExtents(legacyHandle); 516if (_legacyImpl is not null && extents is { LegacyHandle: not 0 }) 520int hrLocal = _legacyImpl.EnumExtent(&legacyHandle, &extentLocal); 559if (_legacyImpl is not null && legacyHandle != 0) 561int hrLocal = _legacyImpl.EndEnumExtents((ulong)legacyHandle); 642if (_legacyImpl is not null) 645int hrLocal = _legacyImpl.Request( 680if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null) 683int hrLocal = _legacyImpl.GetRepresentativeEntryAddress(addr is null ? null : &addrLocal); 718if (_legacyImpl is not null) 721int hrLocal = _legacyImpl.HasClassOrMethodInstantiation(&bGenericLocal);