2 implementations of GetFileProps
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\24\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.cs (1)
137
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.
GetFileProps
(uint mdf, char* szName, uint cchName, uint* pchName, byte** ppbHashValue, uint* pcbHashValue, uint* pdwFileFlags)
MetaDataImportImpl.cs (1)
1873
int IMetaDataAssemblyImport.
GetFileProps
(uint mdf, char* szName, uint cchName, uint* pchName,
2 references to GetFileProps
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\24\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.cs (1)
162
__retVal = @this.
GetFileProps
(mdf, szName, cchName, pchName, ppbHashValue, pcbHashValue, pdwFileFlags);
MetaDataImportImpl.cs (1)
1875
=> _legacyAssemblyImport is not null ? _legacyAssemblyImport.
GetFileProps
(mdf, szName, cchName, pchName, ppbHashValue, pcbHashValue, pdwFileFlags) : HResults.E_NOTIMPL;