1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
29_legacyImpl = legacyImpl;
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) 158if (_legacyImpl is not null) 161int hrLocal = _legacyImpl.GetNumArguments(&numArgsLocal); 181if (_legacyImpl is not null) 184hrLegacy = _legacyImpl.GetArgumentByIndex(index, legacyArgOut, bufLen, null, null); 255if (_legacyImpl is not null) 280if (_legacyImpl is not null) 283int hrLocal = _legacyImpl.GetNumLocalVariables(&numLocalsLocal); 303if (_legacyImpl is not null) 306hrLegacy = _legacyImpl.GetLocalVariableByIndex(index, legacyLocalOut, bufLen, null, null); 348if (_legacyImpl is not null) 362=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetCodeName(flags, bufLen, nameLen, nameBuf) : HResults.E_NOTIMPL; 370if (_legacyImpl is not null) 373hrLocal = _legacyImpl.GetMethodInstance(legacyMethodOut); 391if (_legacyImpl is not null) 406=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, outBuffer) : HResults.E_NOTIMPL; 409=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetNumTypeArguments(numTypeArgs) : HResults.E_NOTIMPL; 412=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetTypeArgumentByIndex(index, typeArg) : HResults.E_NOTIMPL;