1 write to _legacyImport2
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
40
_legacyImport2
= legacyImport as IMetaDataImport2;
17 references to _legacyImport2
Microsoft.Diagnostics.DataContractReader.Legacy (17)
MetaDataImportImpl.cs (17)
419
if (tokens is not null &&
_legacyImport2
is not null)
427
int hrLegacy =
_legacyImport2
.EnumGenericParams(&hEnumLocal, tk, buf, 64, &count);
432
_legacyImport2
.CloseEnum(hEnumLocal);
864
if (
_legacyImport2
is not null)
868
int hrLegacy =
_legacyImport2
.GetGenericParamProps(gp, &seqLocal, &flagsLocal, &ownerLocal, null, szLocal, cchName, &pchLocal);
1812
return
_legacyImport2
is not null ?
_legacyImport2
.GetMethodSpecProps(mi, tkParent, ppvSigBlob, pcbSigBlob) : HResults.E_NOTIMPL;
1819
return
_legacyImport2
is not null ?
_legacyImport2
.EnumGenericParamConstraints(phEnum, tk, rGenericParamConstraints, cMax, pcGenericParamConstraints) : HResults.E_NOTIMPL;
1826
return
_legacyImport2
is not null ?
_legacyImport2
.GetGenericParamConstraintProps(gpc, ptGenericParam, ptkConstraintType) : HResults.E_NOTIMPL;
1833
return
_legacyImport2
is not null ?
_legacyImport2
.GetPEKind(pdwPEKind, pdwMachine) : HResults.E_NOTIMPL;
1840
return
_legacyImport2
is not null ?
_legacyImport2
.GetVersionString(pwzBuf, ccBufSize, pccBufSize) : HResults.E_NOTIMPL;
1847
return
_legacyImport2
is not null ?
_legacyImport2
.EnumMethodSpecs(phEnum, tk, rMethodSpecs, cMax, pcMethodSpecs) : HResults.E_NOTIMPL;