2 implementations of FindExportedTypeByName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\24\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.cs (1)
433
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.
FindExportedTypeByName
(char* szName, uint mdtExportedType, uint* ptkExportedType)
MetaDataImportImpl.cs (1)
1978
int IMetaDataAssemblyImport.
FindExportedTypeByName
(char* szName, uint mdtExportedType, uint* ptkExportedType)
2 references to FindExportedTypeByName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\24\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.cs (1)
458
__retVal = @this.
FindExportedTypeByName
(szName, mdtExportedType, ptkExportedType);
MetaDataImportImpl.cs (1)
2025
int hrLegacy = _legacyAssemblyImport.
FindExportedTypeByName
(szName, mdtExportedType, &tkExportedTypeLocal);