1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
28 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (28)
ClrDataFrame.cs (28)
37=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetFrameType(simpleType, detailedType) : HResults.E_NOTIMPL;
72if (_legacyImpl is not null)
75int hrLocal = _legacyImpl.GetContext(contextFlags, contextBufSize, null, localContextBuf);
99if (_legacyImpl is not null)
102hrLegacy = _legacyImpl.GetAppDomain(legacyAppDomainOut);
128if (_legacyImpl is not null)
154if (_legacyImpl is not null)
157int hrLocal = _legacyImpl.GetNumArguments(&numArgsLocal);
177if (_legacyImpl is not null)
180hrLegacy = _legacyImpl.GetArgumentByIndex(index, legacyArgOut, bufLen, null, null);
232if (_legacyImpl is not null)
257if (_legacyImpl is not null)
260int hrLocal = _legacyImpl.GetNumLocalVariables(&numLocalsLocal);
280if (_legacyImpl is not null)
283hrLegacy = _legacyImpl.GetLocalVariableByIndex(index, legacyLocalOut, bufLen, null, null);
320if (_legacyImpl is not null)
334=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetCodeName(flags, bufLen, nameLen, nameBuf) : HResults.E_NOTIMPL;
342if (_legacyImpl is not null)
345hrLocal = _legacyImpl.GetMethodInstance(legacyMethodOut);
370if (_legacyImpl is not null)
385=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, outBuffer) : HResults.E_NOTIMPL;
388=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetNumTypeArguments(numTypeArgs) : HResults.E_NOTIMPL;
391=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetTypeArgumentByIndex(index, typeArg) : HResults.E_NOTIMPL;