3 implementations of GetCustomAttributeProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2041int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.GetCustomAttributeProps(uint cv, uint* ptkObj, uint* ptkType, void** ppBlob, uint* pcbSize)
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1623int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.GetCustomAttributeProps(uint cv, uint* ptkObj, uint* ptkType, void** ppBlob, uint* pcbSize) => throw new global::System.Diagnostics.UnreachableException();
MetaDataImportImpl.cs (1)
1530int IMetaDataImport.GetCustomAttributeProps(uint cv, uint* ptkObj, uint* ptkType, void** ppBlob, uint* pcbSize)
3 references to GetCustomAttributeProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2066__retVal = @this.GetCustomAttributeProps(cv, ptkObj, ptkType, ppBlob, pcbSize);
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1858new int GetCustomAttributeProps(uint cv, uint* ptkObj, uint* ptkType, void** ppBlob, uint* pcbSize) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport)this).GetCustomAttributeProps(cv, ptkObj, ptkType, ppBlob, pcbSize);
MetaDataImportImpl.cs (1)
1531=> _legacyImport is not null ? _legacyImport.GetCustomAttributeProps(cv, ptkObj, ptkType, ppBlob, pcbSize) : HResults.E_NOTIMPL;