1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
34_legacyImpl = legacyImpl;
22 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (22)
ClrDataFrame.cs (22)
81if (_legacyImpl is not null) 84int hrLocal = _legacyImpl.GetContext(contextFlags, contextBufSize, null, localContextBuf); 109if (_legacyImpl is not null) 112hrLegacy = _legacyImpl.GetAppDomain(legacyAppDomainOut); 138if (_legacyImpl is not null) 169if (_legacyImpl is not null) 172int hrLocal = _legacyImpl.GetNumArguments(&numArgsLocal); 193if (_legacyImpl is not null) 196hrLegacy = _legacyImpl.GetArgumentByIndex(index, legacyArgOut, bufLen, null, null); 267if (_legacyImpl is not null) 293if (_legacyImpl is not null) 296int hrLocal = _legacyImpl.GetNumLocalVariables(&numLocalsLocal); 317if (_legacyImpl is not null) 320hrLegacy = _legacyImpl.GetLocalVariableByIndex(index, legacyLocalOut, bufLen, null, null); 362if (_legacyImpl is not null) 379return LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetCodeName(flags, bufLen, nameLen, nameBuf) : HResults.E_NOTIMPL; 389if (_legacyImpl is not null) 392hrLocal = _legacyImpl.GetMethodInstance(legacyMethodOut); 410if (_legacyImpl is not null) 428return LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, outBuffer) : HResults.E_NOTIMPL;