3 implementations of GetCustomAttributeProps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2041
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.
GetCustomAttributeProps
(uint cv, uint* ptkObj, uint* ptkType, void** ppBlob, uint* pcbSize)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1623
int 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)
1683
int IMetaDataImport.
GetCustomAttributeProps
(uint cv, uint* ptkObj, uint* ptkType, void** ppBlob, uint* pcbSize)
2 references to GetCustomAttributeProps
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2066
__retVal = @this.
GetCustomAttributeProps
(cv, ptkObj, ptkType, ppBlob, pcbSize);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1858
new 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);