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);
129if (_legacyImpl is not null)
155if (_legacyImpl is not null)
158int hrLocal = _legacyImpl.GetNumArguments(&numArgsLocal);
178if (_legacyImpl is not null)
181hrLegacy = _legacyImpl.GetArgumentByIndex(index, legacyArgOut, bufLen, null, null);
233if (_legacyImpl is not null)
258if (_legacyImpl is not null)
261int hrLocal = _legacyImpl.GetNumLocalVariables(&numLocalsLocal);
281if (_legacyImpl is not null)
284hrLegacy = _legacyImpl.GetLocalVariableByIndex(index, legacyLocalOut, bufLen, null, null);
321if (_legacyImpl is not null)
335=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetCodeName(flags, bufLen, nameLen, nameBuf) : HResults.E_NOTIMPL;
343if (_legacyImpl is not null)
346hrLocal = _legacyImpl.GetMethodInstance(legacyMethodOut);
372if (_legacyImpl is not null)
387=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, outBuffer) : HResults.E_NOTIMPL;
390=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetNumTypeArguments(numTypeArgs) : HResults.E_NOTIMPL;
393=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetTypeArgumentByIndex(index, typeArg) : HResults.E_NOTIMPL;