1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
34_legacyImpl = legacyImpl;
8 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataFrame.cs (8)
109if (_legacyImpl is not null) 112hrLegacy = _legacyImpl.GetAppDomain(legacyAppDomainOut); 193if (_legacyImpl is not null) 196hrLegacy = _legacyImpl.GetArgumentByIndex(index, legacyArgOut, bufLen, null, null); 317if (_legacyImpl is not null) 320hrLegacy = _legacyImpl.GetLocalVariableByIndex(index, legacyLocalOut, bufLen, null, null); 389if (_legacyImpl is not null) 392hrLocal = _legacyImpl.GetMethodInstance(legacyMethodOut);