3 implementations of EnumCustomAttributes
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2004
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.
EnumCustomAttributes
(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes)
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1621
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.
EnumCustomAttributes
(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes) => throw new global::System.Diagnostics.UnreachableException();
MetaDataImportImpl.cs (1)
356
int IMetaDataImport.
EnumCustomAttributes
(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes)
3 references to EnumCustomAttributes
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2029
__retVal = @this.
EnumCustomAttributes
(phEnum, tk, tkType, rCustomAttributes, cMax, pcCustomAttributes);
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1854
new int EnumCustomAttributes(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport)this).
EnumCustomAttributes
(phEnum, tk, tkType, rCustomAttributes, cMax, pcCustomAttributes);
MetaDataImportImpl.cs (1)
357
=> _legacyImport is not null ? _legacyImport.
EnumCustomAttributes
(phEnum, tk, tkType, rCustomAttributes, cMax, pcCustomAttributes) : HResults.E_NOTIMPL;