1 write to _legacyAssemblyImport
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
41
_legacyAssemblyImport
= legacyImport as IMetaDataAssemblyImport;
26 references to _legacyAssemblyImport
Microsoft.Diagnostics.DataContractReader.Legacy (26)
MetaDataImportImpl.cs (26)
1922
if (
_legacyAssemblyImport
is not null)
1928
int hrLegacy =
_legacyAssemblyImport
.GetAssemblyProps(mda, &publicKeyLocal, &cbPublicKeyLocal, &hashAlgLocal, szLocal, cchName, &pchLocal, &metaLocal, &flagsLocal);
2034
if (
_legacyAssemblyImport
is not null)
2040
int hrLegacy =
_legacyAssemblyImport
.GetAssemblyRefProps(mdar, &publicKeyLocal, &cbPublicKeyLocal, szLocal, cchName, &pchLocal, &metaLocal, &hashLocal, &cbHashLocal, &flagsLocal);
2080
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.GetFileProps(mdf, szName, cchName, pchName, ppbHashValue, pcbHashValue, pdwFileFlags) : HResults.E_NOTIMPL;
2118
if (
_legacyAssemblyImport
is not null)
2125
int hrLegacy =
_legacyAssemblyImport
.GetExportedTypeProps(mdct, szNameLocal, cchName, &pchNameLocal,
2155
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.GetManifestResourceProps(mdmr, szName, cchName, pchName, ptkImplementation, pdwOffset, pdwResourceFlags) : HResults.E_NOTIMPL;
2162
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.EnumAssemblyRefs(phEnum, rAssemblyRefs, cMax, pcTokens) : HResults.E_NOTIMPL;
2169
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.EnumFiles(phEnum, rFiles, cMax, pcTokens) : HResults.E_NOTIMPL;
2176
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.EnumExportedTypes(phEnum, rExportedTypes, cMax, pcTokens) : HResults.E_NOTIMPL;
2183
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.EnumManifestResources(phEnum, rManifestResources, cMax, pcTokens) : HResults.E_NOTIMPL;
2194
if (
_legacyAssemblyImport
is not null)
2197
int hrLegacy =
_legacyAssemblyImport
.GetAssemblyFromScope(&tkLocal);
2251
if (
_legacyAssemblyImport
is not null)
2254
int hrLegacy =
_legacyAssemblyImport
.FindExportedTypeByName(szName, mdtExportedType, &tkExportedTypeLocal);
2267
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.FindManifestResourceByName(szName, ptkManifestResource) : HResults.E_NOTIMPL;
2282
return
_legacyAssemblyImport
is not null ?
_legacyAssemblyImport
.FindAssembliesByName(szAppBase, szPrivateBin, szAssemblyName, ppIUnk, cMax, pcAssemblies) : HResults.E_NOTIMPL;